|
@@ -237,7 +237,7 @@
|
|
left join application.bytedance_material_farst_cost_time t2 on t.material_id =t2.signature
|
|
left join application.bytedance_material_farst_cost_time t2 on t.material_id =t2.signature
|
|
<where>
|
|
<where>
|
|
t.media_time >= #{startDate}
|
|
t.media_time >= #{startDate}
|
|
- andt.media_time <= #{endDate}
|
|
|
|
|
|
+ and t.media_time <= #{endDate}
|
|
<if test='dimension=="project" and projects!=null'>
|
|
<if test='dimension=="project" and projects!=null'>
|
|
AND t1.project_id IN
|
|
AND t1.project_id IN
|
|
<foreach collection="projects" item="item" separator=","
|
|
<foreach collection="projects" item="item" separator=","
|