提交修改
This commit is contained in:
parent
c91e8e1607
commit
2c17a09954
@ -153,6 +153,8 @@
|
||||
<select id="selectPageByRoleLevel" resultType="com.lz.modules.flow.entity.StaffRole">
|
||||
select * from lz_staff_role where is_delete = 0 and department_level = #{name}
|
||||
</select>
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user