提交 67e1f7e1 authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 257ae017
...@@ -22,7 +22,7 @@ public interface AnnexLibraryMapper extends BaseMapper<AnnexLibrary> { ...@@ -22,7 +22,7 @@ public interface AnnexLibraryMapper extends BaseMapper<AnnexLibrary> {
+ " and ad.code like concat(#{form.diyTypeCode},'%') " + " and ad.code like concat(#{form.diyTypeCode},'%') "
+ "</if>" + "</if>"
+ "<if test='" + NOTBLANK + "(form.name)'>" + "<if test='" + NOTBLANK + "(form.name)'>"
+ " and (a.name like concat('%',#{form.name},'%') or a.source like concat('%',#{form.name},'%')" + " and (a.name like concat('%',#{form.name},'%') or a.source like concat('%',#{form.name},'%'))"
+ "</if>" + "</if>"
+ " order by a.uploadTime desc " + " order by a.uploadTime desc "
+ "</script>") + "</script>")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论