|
@@ -163,6 +163,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="maps.qwUserName != null and maps.qwUserName != '' ">
|
|
<if test="maps.qwUserName != null and maps.qwUserName != '' ">
|
|
|
and qu.qw_user_name = #{maps.qwUserName}
|
|
and qu.qw_user_name = #{maps.qwUserName}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="maps.deptId != null and maps.deptId != '' ">
|
|
|
|
|
+ and cu.dept_id = #{maps.deptId}
|
|
|
|
|
+ </if>
|
|
|
<if test='maps.cuDeptIdList != null and !maps.cuDeptIdList.isEmpty() and maps.userType != "00" '>
|
|
<if test='maps.cuDeptIdList != null and !maps.cuDeptIdList.isEmpty() and maps.userType != "00" '>
|
|
|
AND cu.dept_id IN
|
|
AND cu.dept_id IN
|
|
|
<foreach collection='maps.cuDeptIdList' item='item' open='(' separator=',' close=')'>
|
|
<foreach collection='maps.cuDeptIdList' item='item' open='(' separator=',' close=')'>
|