1.请假时判断部门主任,只能是五个业务部门才算
This commit is contained in:
parent
3541fba530
commit
bdea0e2564
@ -69,6 +69,8 @@ from flows_configuration fc
|
||||
left join personal_member pm on fc.approver_id = pm.id_ and pm.is_deleted=false
|
||||
left join system_user_login sul on sul.userinfo_id = pm.id_ and sul.is_deleted=false
|
||||
where fc.is_deleted=false and sul.id_=#{userId}
|
||||
and fc.org_id in (939036815719927809,1215549953418465281,1215550126769049601,1496282215842058241,1215550163188191233)
|
||||
|
||||
|
||||
</select>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user