Browse Source

素材大盘:将sql中BETWEEN语法去除

zhaoxian 2 năm trước cách đây
mục cha
commit
542393fa14

+ 1 - 1
jeecg-boot-material-view/src/main/java/org/jeecg/ctop/material/mapper/xml/MaterialReportOverViewV3Mapper.xml

@@ -237,7 +237,7 @@
         left join application.bytedance_material_farst_cost_time t2 on t.material_id =t2.signature
         <where>
             t.media_time >= #{startDate}
-            andt.media_time &lt;= #{endDate}
+            and t.media_time &lt;= #{endDate}
             <if test='dimension=="project" and projects!=null'>
                 AND t1.project_id IN
                 <foreach collection="projects" item="item" separator=","