提交修改
This commit is contained in:
parent
6eda358235
commit
533f18282f
@ -87,7 +87,7 @@
|
||||
|
||||
|
||||
<select id="selectStaffRoleMenuByRoleIdMenuId" resultType="com.lz.modules.flow.entity.StaffRoleMenu">
|
||||
select * from lz_staff_role_menu where is_delete = 1 and role_id = #{roleId} and menu_id = #{menuId}
|
||||
select * from lz_staff_role_menu where is_delete = 0 and role_id = #{roleId} and menu_id = #{menuId}
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user