|
@@ -395,7 +395,6 @@ public class GoodsServiceImpl extends ServiceImpl<GoodsMapper, Goods> implements
|
|
|
goods.setCopyTime(msg);
|
|
|
}*/
|
|
|
});
|
|
|
- log.info("学时"+bo.getChapterNum());
|
|
|
//继教二建统计学时
|
|
|
if (Validator.isNotEmpty(bo.getChapterNum())) {
|
|
|
list.forEach(goodsVo -> {
|
|
@@ -437,7 +436,6 @@ public class GoodsServiceImpl extends ServiceImpl<GoodsMapper, Goods> implements
|
|
|
if (courseChapterSectionVoList != null && courseChapterSectionVoList.size() > 0) {
|
|
|
courseChapterSectionVoList.forEach(courseChapterSectionVo -> {
|
|
|
chapterHours.updateAndGet(v -> v + courseChapterSectionVo.getClassHours());
|
|
|
- log.info("章节"+courseChapterSectionVo.getClassHours());
|
|
|
});
|
|
|
}
|
|
|
classHours.updateAndGet(v -> v + Math.round(chapterHours.get()));
|