From 177829a23ae3d8908f66aea11b7828a231de866f Mon Sep 17 00:00:00 2001 From: linfso Date: Sun, 4 Aug 2024 17:57:01 +0800 Subject: [PATCH] md --- .../resources/mapper/EmisWaybillMapper.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index d2dd7fbe8..48e4e46dc 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -660,6 +660,15 @@ + + and a.FIND_IN_SET(`problem_type`,#{params.problemQueryIds}) + + + + and !a.FIND_IN_SET(`problem_type`,#{params.problemQueryIds}) + + + and a.order_date = ]]> #{params.beginOrderDate} @@ -1420,6 +1429,15 @@ + + and a.FIND_IN_SET(`problem_type`,#{params.problemQueryIds}) + + + + and !a.FIND_IN_SET(`problem_type`,#{params.problemQueryIds}) + + + and a.bl_sign='1'