|
@@ -83,8 +83,8 @@
|
|
ctop_kuaishou_report_daily_agent
|
|
ctop_kuaishou_report_daily_agent
|
|
where
|
|
where
|
|
date_format(date, '%Y-%m-%d') = #{date}
|
|
date_format(date, '%Y-%m-%d') = #{date}
|
|
- <if test="advertiserName != null">
|
|
|
|
- and advertiser_name like concat('%',${advertiserName},'%')
|
|
|
|
|
|
+ <if test="advertiserName != null and advertiserName != ''">
|
|
|
|
+ and advertiser_name like concat('%',#{advertiserName},'%')
|
|
</if>
|
|
</if>
|
|
</select>
|
|
</select>
|
|
|
|
|