同步考勤数据问题

This commit is contained in:
fl 2025-01-23 14:57:55 +08:00
parent 60827c41da
commit 2d868cd5c0
1 changed files with 0 additions and 2 deletions

View File

@ -296,7 +296,6 @@
SELECT count(0)
FROM att_data
WHERE user_id = #{userId}
and org_id = #{orgId}
and att_type = #{attType}
and att_current_day = #{attCurrentDay}
</select>
@ -305,7 +304,6 @@
SELECT count(0)
FROM att_data_update
WHERE user_id = #{userId}
and org_id = #{orgId}
and att_type = #{attType}
and att_current_day = #{attCurrentDay}
</select>