Sfoglia il codice sorgente

单位评级规则

wangchangsheng 1 anno fa
parent
commit
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 !=''">