xiatian 8 月之前
父节点
当前提交
3c8ca493e5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mapper/StudentMapper.xml

+ 1 - 1
src/main/resources/mapper/StudentMapper.xml

@@ -671,7 +671,7 @@
                count(1) as         totalCount,
                sum(case
                        when stu.file_upload_status = 'UPLOADED' and stu.image_check_status = 'WAITING' then 1
-                       else 0 end) waitingCount
+                       else 0 end) waitingCount,
                sum(case
                        when stu.file_upload_status = 'UPLOADED' and stu.image_check_status = 'FAILED' then 1
                        else 0 end) failedCount