|
@@ -64,10 +64,10 @@
|
|
|
AND creative_count = #{creativeCount}
|
|
|
</if>
|
|
|
<if test="startTime != null and startTime != '' ">
|
|
|
- AND stat_date <= #{startTime}
|
|
|
+ AND stat_date >= #{startTime}
|
|
|
</if>
|
|
|
<if test="endTime != null and endTime != '' ">
|
|
|
- AND stat_date >= #{endTime}
|
|
|
+ AND stat_date <= #{endTime}
|
|
|
</if>
|
|
|
ORDER BY stat_date ASC
|
|
|
LIMIT #{videoCnt}
|