he2802 2 年之前
父節點
當前提交
126f2f6429

+ 2 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/user/service/impl/UserCertificateServiceImpl.java

@@ -84,6 +84,8 @@ public class UserCertificateServiceImpl extends ServiceImpl<UserCertificateMappe
         queryBo.setUserId(userCertificateVo.getUserId());
         queryBo.setGoodsId(userCertificateVo.getGoodsId());
         queryBo.setGradeId(userCertificateVo.getGradeId());
+        queryBo.setModuleId(userCertificateVo.getModuleId());
+        queryBo.setMoreCertificateStatus(userCertificateVo.getMoreCertificateStatus());
         List<CourseChapterVo> chapterList =  iClassGradeUserService.findChapterList(queryBo);
         for(CourseChapterVo chapterVo : chapterList){
             Long secTotalTime = courseMenuMapper.countChapterTotalTime(chapterVo.getChapterId());