代码更新
This commit is contained in:
parent
a401aafbfa
commit
692498799b
|
|
@ -201,7 +201,7 @@
|
|||
left join sys_role sr
|
||||
on sru.roleId = sr.id
|
||||
where su.org_id = #{deptId}
|
||||
and sr.id = '3'
|
||||
and sr.id = '3' or sr.id = '6'
|
||||
</select>
|
||||
<select id="getBusinessDivisionUserIdByDeptId"
|
||||
resultType="com.bonus.gs.sub.evaluate.manager.model.SysUser">
|
||||
|
|
@ -213,6 +213,6 @@
|
|||
left join sys_role sr
|
||||
on sru.roleId = sr.id
|
||||
where su.org_id = #{orgId}
|
||||
and sr.id = '3'
|
||||
and sr.id = '3' or sr.id = '6'
|
||||
</select>
|
||||
</mapper>
|
||||
|
|
|
|||
Loading…
Reference in New Issue