소스 검색

单位评级规则

wangchangsheng 1 년 전
부모
커밋
e7e7fece0e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ims-service/ims-eval/src/main/resources/mappers/EvaluationWarningRuleMapper.xml

+ 1 - 1
ims-service/ims-eval/src/main/resources/mappers/EvaluationWarningRuleMapper.xml

@@ -29,7 +29,7 @@
             </if>
 
             <if test="ruleName !=null and ruleName !=''">
-                and r.rule_name=#{ruleName}
+                AND  r.rule_name like CONCAT('%',#{ruleName},'%')
             </if>
 
             <if test="checkCycle !=null and checkCycle !=''">