mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-11-08 08:57:15 +08:00
refactor: 移除角色状态字段
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
WHERE t5.id = #{userId}
|
||||
AND t1.status = 1
|
||||
AND t1.permission IS NOT NULL
|
||||
AND t3.status = 1
|
||||
</select>
|
||||
|
||||
<select id="selectListByRoleCode" resultType="top.continew.admin.system.model.entity.MenuDO">
|
||||
@@ -21,6 +20,5 @@
|
||||
LEFT JOIN sys_role AS t3 ON t3.id = t2.role_id
|
||||
WHERE t3.code = #{roleCode}
|
||||
AND t1.status = 1
|
||||
AND t3.status = 1
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user