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