diff --git a/src/main/java/com/gxwebsoft/credit/mapper/xml/CreditGqdjMapper.xml b/src/main/java/com/gxwebsoft/credit/mapper/xml/CreditGqdjMapper.xml index 7b53297..68ea0dd 100644 --- a/src/main/java/com/gxwebsoft/credit/mapper/xml/CreditGqdjMapper.xml +++ b/src/main/java/com/gxwebsoft/credit/mapper/xml/CreditGqdjMapper.xml @@ -24,9 +24,6 @@ AND a.appellee LIKE CONCAT('%', #{param.defendant appellee}, '%') - - AND a.code LIKE CONCAT('%', #{param.code appellee}, '%') - AND a.case_number LIKE CONCAT('%', #{param.caseNumber}, '%') @@ -69,7 +66,7 @@ AND (a.comments LIKE CONCAT('%', #{param.keywords}, '%') OR b.name LIKE CONCAT('%', #{param.keywords}, '%') - OR a.code = #{param.keywords} + OR a.case_number = #{param.keywords} )