This commit is contained in:
linfso 2024-11-18 06:18:01 +08:00
parent 0dd20ccf64
commit 6dcdbbfe9e

View File

@ -2023,7 +2023,7 @@
payment_remark, order_remark, data_from, bl_special_goods, remark, del_flag, create_by, create_time,
update_by, update_time, create_site, update_site,ext_info
from emis_waybill a
where a.del_flag='0' and a.bl_profit = '0' and a.order_status !='0' and a.order_status!='2' limit 300
where a.del_flag='0' and a.bl_profit = '0' and a.order_status !='0' and a.order_status!='2' order by a.send_date desc limit 300
</select>