培训考试定时任务

This commit is contained in:
lSun 2025-09-02 09:45:57 +08:00
parent d5635e0387
commit 55e3d95a2f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
count( 1 )
FROM
( SELECT id, id_card AS idNumber FROM xbg_user_attendance
WHERE data_type IN ( '1', '2', '3' ) AND check_time BETWEEN #{startTime} AND #{endTime}
WHERE data_type IN ( '1', '2', '3' ) AND create_date BETWEEN #{startTime} AND #{endTime}
GROUP BY id_card
) a
</select>