RuoYi
2021-05-24 56a943bf48e204f24d0e1bbbf2cb7e82f3eb2662
ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml
@@ -135,10 +135,6 @@
       where role_id = #{roleId}
   </update>
   
   <update id="updateRoleStatus" parameterType="SysRole">
       update sys_user set status = #{status} where user_id = #{userId}
   </update>
   <delete id="deleteRoleById" parameterType="Long">
      update sys_role set del_flag = '2' where role_id = #{roleId}
    </delete>