diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index 0292f0655..9bd8b2189 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -661,11 +661,11 @@ - and a.FIND_IN_SET(`problem_type`,#{params.problemQueryIds}) + and FIND_IN_SET(a.`problem_type`,#{params.problemQueryIds}) - and !a.FIND_IN_SET(`problem_type`,#{params.problemQueryIds}) + and !FIND_IN_SET(a.`problem_type`,#{params.problemQueryIds}) @@ -975,11 +975,11 @@ - and a.FIND_IN_SET(`problem_type`,#{params.problemQueryIds}) + and FIND_IN_SET(a.`problem_type`,#{params.problemQueryIds}) - and + and