|
|
@@ -1519,7 +1519,7 @@ public class GoodsServiceImpl extends ServiceImpl<GoodsMapper, Goods> implements
|
|
|
}
|
|
|
|
|
|
//讲义
|
|
|
- if (ObjectUtil.isNotNull(goods.getHandoutsId())){
|
|
|
+ /* if (ObjectUtil.isNotNull(goods.getHandoutsId())){
|
|
|
CourseHandouts courseHandouts = iCourseHandoutsService.getById(goods.getHandoutsId());
|
|
|
if (ObjectUtil.isNotNull(courseHandouts)){
|
|
|
Long oid = courseHandouts.getHandoutsId();
|
|
|
@@ -1561,7 +1561,7 @@ public class GoodsServiceImpl extends ServiceImpl<GoodsMapper, Goods> implements
|
|
|
handleCourseFile(courseFileList,newId,newTenantId);
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
//科目ID,拼接
|
|
|
if (StringUtils.isNotBlank(goods.getSubjectIds())){
|