提交 4e0232fa authored 作者: 任建彩's avatar 任建彩

feat:1.关联资源

1.resource
上级 6343eeef
......@@ -27,12 +27,7 @@ public interface PdfLibraryMapper extends BaseMapper<PdfLibrary> {
+ " LIKE(a.source,form.source) "
+ " eq(a.status,form.status) "
+ " rlike(a.departmentCode,form.departmentCode) "
+ "<if test='form.ids != null and form.ids.size > 0'>"
+ "AND a.id NOT IN "
+ " <foreach collection=\"form.ids\" index=\"index\" item=\"id\" open=\"(\" separator=\",\" close=\")\">"
+ "#{id}"
+ "</foreach>"
+ "</if>"
+ MapperConstants.DATETIME_QUERY_CONDITION
+ " ORDER BY a.createdTime DESC "
+ "</script>")
......@@ -48,6 +43,12 @@ public interface PdfLibraryMapper extends BaseMapper<PdfLibrary> {
+ " LIKE(a.source,form.source) "
+ " eq(a.status,form.status) "
+ " rlike(a.departmentCode,form.departmentCode) "
+ "<if test='form.ids != null and form.ids.size > 0'>"
+ "AND a.id NOT IN "
+ " <foreach collection=\"form.ids\" index=\"index\" item=\"id\" open=\"(\" separator=\",\" close=\")\">"
+ "#{id}"
+ "</foreach>"
+ "</if>"
/*+ MapperConstants.DATETIME_QUERY_CONDITION*/
+ " ORDER BY a.createdTime DESC "
+ "</script>")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论