|
@@ -341,4 +341,9 @@ public class LibJoinServiceImpl extends BaseServiceImpl<TbLibJoin, String> imple
|
|
// throw new Exception("添加馆创建班级异常...");
|
|
// throw new Exception("添加馆创建班级异常...");
|
|
// }
|
|
// }
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ @Override
|
|
|
|
+ public Page<Map<String, Object>> findReadForPage(Map<String, Object> params, Pageable initPage) {
|
|
|
|
+ return libJoinQueryDao.findReadForPage(params,initPage);
|
|
|
|
+ }
|
|
}
|
|
}
|