@@ -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 >= #{start}
</if>