代码更新

This commit is contained in:
liang.chao 2025-08-04 17:23:55 +08:00
parent a401aafbfa
commit 692498799b
1 changed files with 2 additions and 2 deletions

View File

@ -201,7 +201,7 @@
left join sys_role sr left join sys_role sr
on sru.roleId = sr.id on sru.roleId = sr.id
where su.org_id = #{deptId} where su.org_id = #{deptId}
and sr.id = '3' and sr.id = '3' or sr.id = '6'
</select> </select>
<select id="getBusinessDivisionUserIdByDeptId" <select id="getBusinessDivisionUserIdByDeptId"
resultType="com.bonus.gs.sub.evaluate.manager.model.SysUser"> resultType="com.bonus.gs.sub.evaluate.manager.model.SysUser">
@ -213,6 +213,6 @@
left join sys_role sr left join sys_role sr
on sru.roleId = sr.id on sru.roleId = sr.id
where su.org_id = #{orgId} where su.org_id = #{orgId}
and sr.id = '3' and sr.id = '3' or sr.id = '6'
</select> </select>
</mapper> </mapper>