From 81fca8665694abece04bd383c95b4940036bf479 Mon Sep 17 00:00:00 2001 From: linfso Date: Sun, 4 Aug 2024 17:55:35 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml | 9 +++++++++ 1 file changed, 9 insertions(+) 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'