Bladeren bron

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

zhaoxian 1 jaar geleden
bovenliggende
commit
ff69fc978a

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