Browse Source

修改报错

yumeng 1 year ago
parent
commit
c675137701

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

@@ -852,7 +852,7 @@
         ) t1
         left join (select *
         from bytedance_order_list
-        where
+        where 1 = 1
         <if test="start != null and start != ''">
             and pay_success_time &gt;= #{start}
         </if>