yangdamao 2 anos atrás
pai
commit
fbb3ce1c54

+ 2 - 2
zhongzheng-system/src/main/resources/mapper/modules/base/ProfileTpMapper.xml

@@ -53,9 +53,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             profile_tp p
         WHERE
             1 =1
-        <if test="status != null and status.size()!=0 ">
+        <if test="statusList != null and statusList.size()!=0 ">
             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}
             </foreach>
         </if>