xiatian 8 hónapja
szülő
commit
3c8ca493e5
1 módosított fájl, 1 hozzáadás és 1 törlés
  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