Browse Source

:fire: 去除多余代码

wangze 4 years ago
parent
commit
9f6bc13e64
1 changed files with 0 additions and 4 deletions
  1. 0 4
      ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml

+ 0 - 4
ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml

@@ -135,10 +135,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
  		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>