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