|
@@ -86,7 +86,7 @@
|
|
<if test="advertiserName != null and advertiserName != ''">
|
|
<if test="advertiserName != null and advertiserName != ''">
|
|
and advertiser_name like concat('%',#{advertiserName},'%')
|
|
and advertiser_name like concat('%',#{advertiserName},'%')
|
|
</if>
|
|
</if>
|
|
- <if test="isExportNullData == 0 and isExportNullData == '0'"> <!-- 判断是否导出公司明细中各字段总合为0的数据 1-导出 0-不导出 -->
|
|
|
|
|
|
+ <if test="isExportNullData == 0 or isExportNullData == '0'"> <!-- 判断是否导出公司明细中各字段总合为0的数据 1-导出 0-不导出 -->
|
|
and
|
|
and
|
|
(cost_campaign_count + balance + cost + xianjin_cost + fandian_cost + kuangfan_cost + jili_cost +
|
|
(cost_campaign_count + balance + cost + xianjin_cost + fandian_cost + kuangfan_cost + jili_cost +
|
|
xinyong_cost + fengmian_show_count + fengmian_click_count + sucai_show_count + convert_count +
|
|
xinyong_cost + fengmian_show_count + fengmian_click_count + sucai_show_count + convert_count +
|