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'