1 增加我乐数据回传机制
@ -28,7 +28,7 @@
select *
from olo_delivery_note
where
(flag is null or flag = 'A')
(flag is null or flag = 'A' or flag = '')
and shipment_type_desc != '快递'
and shipment_type_desc != '包车'
and shipment_no = #{shipmentCode}