Commit 01c1afc4 by guojuxing

角色删除接口修复

parent 989a97ef
......@@ -134,7 +134,7 @@
select
<include refid="Base_Column_List" />
from tab_sys_user_role
where role_id = #{userId}
where role_id = #{roleId}
and status = 1
</select>
</mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment