This commit is contained in:
linfso 2025-01-05 12:38:02 +08:00
parent 88e823bb6c
commit 786befe310

View File

@ -475,7 +475,7 @@
where
ewb.del_flag='0' and ewb.order_status !='0'
and a.main_bill_code=ewb.bill_code
and not EXISTS (
and not EXISTS (
select 1 from emis_waybill_problem_info ewpi where ewpi.bill_code=ewb.bill_code and ewpi.del_flag='0' and ewpi.`problem_type` in(151,173,170)
)