|
@@ -353,7 +353,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
or a.COMPANY_ORG_ID = #{user.companyOrgId}
|
|
or a.COMPANY_ORG_ID = #{user.companyOrgId}
|
|
)
|
|
)
|
|
</if>
|
|
</if>
|
|
- <if test="user.userType!=null and user.userType!=-999 and user.userType!=-9999 and user.programItems != null and user.programItems.size() > 0">
|
|
|
|
|
|
+ <if test="user.userType!=-999 and user.userType!=-9999 and user.programItems != null and user.programItems.size() > 0">
|
|
<if test="user.permissonType == 5 or user.permissonType == 2">
|
|
<if test="user.permissonType == 5 or user.permissonType == 2">
|
|
and ( a.DEPT_ORG_ID in
|
|
and ( a.DEPT_ORG_ID in
|
|
<foreach collection="user.programItems" item="item" open="(" close=")" separator=",">
|
|
<foreach collection="user.programItems" item="item" open="(" close=")" separator=",">
|