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

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

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

+ 4 - 4
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_datetime &gt;= #{startDate}
+                and stat_date &gt;= #{startDate}
             </if>
             <if test="endDate != null and endDate != '' ">
-                and stat_datetime &lt;= #{endDate}
+                and stat_date &lt;= #{endDate}
             </if>
             <if test="companyId != null and companyId != '' ">
                 and company_id = #{companyId}
@@ -1496,10 +1496,10 @@
         application.app_bytedance_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}