xiatian před 8 měsíci
rodič
revize
3c8ca493e5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,
                count(1) as         totalCount,
                sum(case
                sum(case
                        when stu.file_upload_status = 'UPLOADED' and stu.image_check_status = 'WAITING' then 1
                        when stu.file_upload_status = 'UPLOADED' and stu.image_check_status = 'WAITING' then 1
-                       else 0 end) waitingCount
+                       else 0 end) waitingCount,
                sum(case
                sum(case
                        when stu.file_upload_status = 'UPLOADED' and stu.image_check_status = 'FAILED' then 1
                        when stu.file_upload_status = 'UPLOADED' and stu.image_check_status = 'FAILED' then 1
                        else 0 end) failedCount
                        else 0 end) failedCount