he2802 1 жил өмнө
parent
commit
d335d21a57

+ 0 - 2
zhongzheng-system/src/main/java/com/zhongzheng/modules/goods/service/impl/GoodsServiceImpl.java

@@ -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()));