提交 7aabcbbc authored 作者: malei's avatar malei

feat(school): 教材推荐

1. 忽略默认教材的资源类型,20200702校本库参与征订,并可推荐教材 References: N/A
上级 31509029
...@@ -109,8 +109,8 @@ public interface BookRecommendMapper extends BaseMapper<BookRecommend> { ...@@ -109,8 +109,8 @@ public interface BookRecommendMapper extends BaseMapper<BookRecommend> {
*@date: 2019/7/30 10:43 *@date: 2019/7/30 10:43
*/ */
@Select(" <script> " @Select(" <script> "
+ " SELECT b.*, " + " SELECT b.id, b.academicLevel, b.majorId, b.basicPlanId, b.name, b.lessonId, b.resourceId, b.exerciseBookId, b.guidebooksId, "
+ " b.resourceType AS resourceType1, "//忽略默认教材的资源类型,20200702校本库参与征订,并可推荐教材 + " b.relationId, b.type, b.createTime, b.createrName, b.updateTime, b.updaterName, b.updater, b.departmentId, b.studentResource, b.semester, b.isValid, b.isSubmitted, b.biddingCycleId, "
+ " r.status, " + " r.status, "
+ " r.bookId, " + " r.bookId, "
+ " a.remark, " + " a.remark, "
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论