Browse Source

修改报错

yumeng 1 year ago
parent
commit
9e2ac8a875

+ 3 - 3
ruixuan-live/src/main/resources/mapper/bytedance/BytedancePromoterOrderListMapper.xml

@@ -841,13 +841,13 @@
         from promoter_bind_channel_date
         where media_id = 1
         <if test="start != null and start != ''">
-            and t1.stat_date &gt;= #{start}
+            and stat_date &gt;= #{start}
         </if>
         <if test="end != null and end != ''">
-            and t1.stat_date &lt;= #{end}
+            and stat_date &lt;= #{end}
         </if>
         <if test="collectSampleId != null and collectSampleId != ''">
-            and t1.user_id = #{collectSampleId}
+            and user_id = #{collectSampleId}
         </if>
         ) t1
         left join (select *