Commit eae9f533 by 徐高华

Merge branch 'feature/xgh/20241月迭代' into 'master'

bug

See merge request !1658
parents 216f8573 f36a4809
...@@ -483,7 +483,7 @@ ...@@ -483,7 +483,7 @@
order by a.update_time desc limit 1 order by a.update_time desc limit 1
</select> </select>
<select id="taskoverClerkIdList" resultType="java.lang.String" parameterType="java.lang.String"> <select id="taskoverClerkIdList" resultType="java.lang.String">
select clerk_id from tab_haoban_staff_clerk_relation where staff_id =#{staffId} and status_flag = 0 and update_time >= #{delTime} select clerk_id from tab_haoban_staff_clerk_relation where staff_id =#{staffId} and status_flag = 0 and update_time >= #{delTime}
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment