app考勤bug修复
This commit is contained in:
parent
8ef7d7b80b
commit
b9fab2d18f
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user