提交 3bb7b0cb authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 3934a599
...@@ -30,7 +30,7 @@ public interface FormMapper extends BaseMapper<Form>{ ...@@ -30,7 +30,7 @@ public interface FormMapper extends BaseMapper<Form>{
+ "</if>" + "</if>"
// 绑定信息 // 绑定信息
+ "<if test='"+ NOTBLANK +"(form.binding)'>" + "<if test='"+ NOTBLANK +"(form.binding)'>"
+ " and a.title concat(#{form.binding},'%') " + " and a.title like concat(#{form.binding},'%') "
+ "</if>" + "</if>"
; ;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论