提交修改

This commit is contained in:
quyixiao 2020-11-09 09:47:28 +08:00
parent c91e8e1607
commit 2c17a09954

View File

@ -153,6 +153,8 @@
<select id="selectPageByRoleLevel" resultType="com.lz.modules.flow.entity.StaffRole"> <select id="selectPageByRoleLevel" resultType="com.lz.modules.flow.entity.StaffRole">
select * from lz_staff_role where is_delete = 0 and department_level = #{name} select * from lz_staff_role where is_delete = 0 and department_level = #{name}
</select> </select>
<select id="selectStaffRolesByStaffIdDepartmentLevel" resultType="com.lz.modules.flow.entity.StaffRole"> <select id="selectStaffRolesByStaffIdDepartmentLevel" resultType="com.lz.modules.flow.entity.StaffRole">
select * from lz_staff_role where is_delete = 0 and department_level = #{departmentLevel} and staff_id =#{staffId} select * from lz_staff_role where is_delete = 0 and department_level = #{departmentLevel} and staff_id =#{staffId}
</select> </select>