bug修改

This commit is contained in:
xiejunyu
2022-03-28 22:28:40 +08:00
parent e54ea3d03c
commit 5998710e10
5 changed files with 40 additions and 9 deletions
@@ -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'