Просмотр исходного кода

运营个人 添加头条维度数据

zhaoxian 1 год назад
Родитель
Сommit
36da116856

+ 2 - 2
jeecg-boot-material-view/src/main/java/org/jeecg/ctop/material/mapper/xml/MaterialStareMapper.xml

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