|
@@ -53,9 +53,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
profile_tp p
|
|
profile_tp p
|
|
WHERE
|
|
WHERE
|
|
1 =1
|
|
1 =1
|
|
- <if test="status != null and status.size()!=0 ">
|
|
|
|
|
|
+ <if test="statusList != null and statusList.size()!=0 ">
|
|
AND p.status in
|
|
AND p.status in
|
|
- <foreach collection="status" item="item" index="index" open="(" close=")" separator=",">
|
|
|
|
|
|
+ <foreach collection="statusList" item="item" index="index" open="(" close=")" separator=",">
|
|
#{item}
|
|
#{item}
|
|
</foreach>
|
|
</foreach>
|
|
</if>
|
|
</if>
|