提交 8474f8e1 authored 作者: zhouzhigang's avatar zhouzhigang

--no commit message

上级 12f9563c
......@@ -106,10 +106,7 @@ public interface FgSchoolAsedLibraryMapper extends BaseMapper<SchoolAsedLibrary>
+ " <if test = '" + NOTBLANK + "(form.complex)'> "
+ " and ( l.resourceName like concat('%',#{form.complex},'%') or l.isbn like concat('%',#{form.complex},'%') )"
+ " </if> "
+ "<if test = '" + NOTBLANK + "(query.name)'> "
+ " and m.name like concat('%',#{query.name},'%') "
+ " </if> "
+ " GROUP BY l.isbn "
+ " GROUP BY l.isbn "
+ " HAVING l.isbn is not null "
+ " <if test = ' form.sort == 0 '> "
+ " ORDER by orderNum desc "
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论