yumeng преди 1 година
родител
ревизия
9e2ac8a875
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      ruixuan-live/src/main/resources/mapper/bytedance/BytedancePromoterOrderListMapper.xml

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