|
|
@@ -22,9 +22,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
LEFT JOIN sys_tenant st ON ct.tenant_id = st.tenant_id
|
|
|
WHERE
|
|
|
1 = 1
|
|
|
- <if test="status != null and status.size()!=0 ">
|
|
|
+ <if test="statusList != null and statusList.size()!=0 ">
|
|
|
AND ct.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>
|