zhouzeyu@c-top.com.cn преди 4 години
родител
ревизия
03740c5aed

+ 1 - 1
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/clean/mapper/xml/KuaishouAccountCleanTemplateMapper.xml

@@ -136,7 +136,7 @@
         and t.group_create_time <= #{startDate}
         and t2.stat_date >= #{startDate}
         and t.unit_id=#{unitId}
-        <if test="template.promotionGroupStatus!=null and template.promotionGroupStatus!='' and template.promotionGroupStatus!='3'">
+        <if test='template.promotionGroupStatus!=null and template.promotionGroupStatus!="" and template.promotionGroupStatus!="3"'>
             and t.put_status=#{template.promotionGroupStatus}
         </if>
         group by t.unit_id