同步考勤数据问题
This commit is contained in:
parent
60827c41da
commit
2d868cd5c0
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue