考勤规则问题修改
This commit is contained in:
parent
d71f4140ce
commit
358707fc28
|
|
@ -115,10 +115,10 @@
|
|||
</delete>
|
||||
|
||||
<delete id="deleteAttGroupPersonByUserId">
|
||||
<foreach item="params" collection="list" separator=",">
|
||||
<foreach item="params" collection="list" separator=";">
|
||||
update att_group_person_relation
|
||||
set is_active = 0,expiring_time = now()
|
||||
where user_id = #{params.userId};
|
||||
where user_id = #{params.userId}
|
||||
</foreach>
|
||||
</delete>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue