Merge branch 'version_performance_2.0' of http://gitlab.ldxinyong.com/enterpriseManagement/lz_management into version_performance_2.0

This commit is contained in:
wulin 2020-11-23 15:01:38 +08:00
commit a2f191bec4

View File

@ -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>