提交 f9d9edbb authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 9896baf7
......@@ -129,6 +129,8 @@ public interface EbookMapper extends BaseMapper<Ebook>{
+ " FROM res_book bb "
+ " LEFT JOIN res_ebook be ON bb.id = be.bookId "
+ " LEFT JOIN res_book_issued bi ON be.bookId = bi.objectId "
+ " LEFT JOIN res_book_diy_type bdt ON bb.id = bdt.objectId "
+ " LEFT JOIN res_book_goods bg on bb.id=bg.objectId"
+ " WHERE 1 = 1 and bb.isDelete=#{form.isDelete} "
+ "<if test='form.objectIds != null and form.objectIds.size > 0'>"
+ " and bb.id in "
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论