|
@@ -1472,10 +1472,10 @@
|
|
|
application.app_kuaishou_agent_report_d
|
|
|
<where>
|
|
|
<if test="startDate != null and startDate != '' ">
|
|
|
- and stat_date >= #{startDate}
|
|
|
+ and stat_datetime >= #{startDate}
|
|
|
</if>
|
|
|
<if test="endDate != null and endDate != '' ">
|
|
|
- and stat_date <= #{endDate}
|
|
|
+ and stat_datetime <= #{endDate}
|
|
|
</if>
|
|
|
<if test="companyId != null and companyId != '' ">
|
|
|
and company_id = #{companyId}
|