diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index e7f0b6fea..d2dd7fbe8 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -965,6 +965,15 @@ and a.waybill_status='0' and a.order_status='0' + + and a.FIND_IN_SET(`problem_type`,#{params.problemQueryIds}) + + + + and !a.FIND_IN_SET(`problem_type`,#{params.problemQueryIds}) + + + and a.waybill_status!='0' and a.order_status='1'