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