bug修改
This commit is contained in:
+1
-1
@@ -150,7 +150,7 @@
|
||||
</choose>-->
|
||||
|
||||
<!--搜索条件:标签名称包含%,单独搜索-->
|
||||
<if test="params.dbFieldTxt != null and params.dbFieldTxt != ''">
|
||||
<if test="params.dictName != null and params.dictName != ''">
|
||||
<choose>
|
||||
<when test='params.dictName != null and params.dictName != "" and params.dictName.contains("%")'>
|
||||
and dict_name like '%1%%' escape '1'
|
||||
|
||||
Reference in New Issue
Block a user