计算是否外请不计算无组织人员
This commit is contained in:
parent
0724dfc735
commit
d5539692c5
|
|
@ -194,7 +194,7 @@
|
|||
LEFT JOIN att_group_setting agt on agt.group_id = ag.group_id and agt.is_active = '1'
|
||||
|
||||
WHERE
|
||||
su.user_name = #{userName}
|
||||
su.user_name = #{userName} and suo.org_id is not null
|
||||
LIMIT 1
|
||||
</select>
|
||||
<select id="getProOrgToQsy" resultType="com.bonus.system.index.entity.MapBean">
|
||||
|
|
|
|||
Loading…
Reference in New Issue