From 751e146c8209f73cd36df589dcd85736a60d03df Mon Sep 17 00:00:00 2001 From: linfso Date: Sun, 4 Aug 2024 18:15:49 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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