Преглед на файлове

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

zhaoxian преди 1 година
родител
ревизия
36da116856
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      jeecg-boot-material-view/src/main/java/org/jeecg/ctop/material/mapper/xml/MaterialStareMapper.xml

+ 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}