ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -229,10 +229,7 @@ <delete id="deleteById" parameterType="Long"> delete from sys_user where user_id in <foreach collection="array" item="userId" open="(" separator="," close=")"> #{userId} </foreach> delete from sys_user where user_id = #{userId} </delete> <delete id="deleteUserByIds" parameterType="Long">