Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
619f89d0bf
|
|
@ -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