Skip to content

Commit

Permalink
fix: 用户管理批量删除
Browse files Browse the repository at this point in the history
  • Loading branch information
lerry903 committed Dec 16, 2018
1 parent 86a99ed commit cc0dacd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
</delete>

<delete id="deleteUserByIds" parameterType="Long">
update sys_user set del_flag = '2' where user_id in
delete from sys_user where user_id in
<foreach collection="array" item="userId" open="(" separator="," close=")">
#{userId}
</foreach>
Expand Down

0 comments on commit cc0dacd

Please sign in to comment.