Explorar o código

单位评级规则

wangchangsheng %!s(int64=2) %!d(string=hai) anos
pai
achega
e7e7fece0e

+ 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 !=''">