app考勤bug修复

This commit is contained in:
guoshengxiong 2024-11-26 09:48:04 +08:00
parent 8ef7d7b80b
commit b9fab2d18f

View File

@ -329,7 +329,7 @@
INNER JOIN worker_info b ON a.person_sn = b.person_sn
WHERE b.id = #{workerId}
AND a.pass_type = 2
AND a.is_statistics is null
AND a.is_statistics = 0
AND a.create_time >= CONCAT(DATE_FORMAT(NOW(), "%Y-%m-%d"), ' 00:00:00')
and a.create_time <= CONCAT(DATE_FORMAT(NOW(), "%Y-%m-%d"), ' 23:59:59')
</select>