同步考勤数据问题
This commit is contained in:
parent
60827c41da
commit
2d868cd5c0
|
|
@ -296,7 +296,6 @@
|
||||||
SELECT count(0)
|
SELECT count(0)
|
||||||
FROM att_data
|
FROM att_data
|
||||||
WHERE user_id = #{userId}
|
WHERE user_id = #{userId}
|
||||||
and org_id = #{orgId}
|
|
||||||
and att_type = #{attType}
|
and att_type = #{attType}
|
||||||
and att_current_day = #{attCurrentDay}
|
and att_current_day = #{attCurrentDay}
|
||||||
</select>
|
</select>
|
||||||
|
|
@ -305,7 +304,6 @@
|
||||||
SELECT count(0)
|
SELECT count(0)
|
||||||
FROM att_data_update
|
FROM att_data_update
|
||||||
WHERE user_id = #{userId}
|
WHERE user_id = #{userId}
|
||||||
and org_id = #{orgId}
|
|
||||||
and att_type = #{attType}
|
and att_type = #{attType}
|
||||||
and att_current_day = #{attCurrentDay}
|
and att_current_day = #{attCurrentDay}
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue