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