@ -516,7 +516,7 @@
(select billNo
from stock_order
where stock_order.billType in (select code from basic_third_sys_bus_api))
and exportStatus = 0
and exportStatus = 0 and wzUploadStatus is null
)
and stock_order.orderIdFk is not null
</select>