he2802 2 năm trước cách đây
mục cha
commit
6899b8cc1e

+ 2 - 2
zhongzheng-system/src/main/resources/mapper/modules/top/TopCostTpMapper.xml

@@ -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>