yangdamao 2 lat temu
rodzic
commit
9eb3f703f4

+ 1 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/course/service/impl/CourseServiceImpl.java

@@ -820,6 +820,7 @@ public class CourseServiceImpl extends ServiceImpl<CourseMapper, Course> impleme
                             String format = String.format("%s-%s", twoAddBo.getStartTime(), twoAddBo.getEndTime());
                             examApplyGoodsVo.setApplyTime(time);
                             examApplyGoodsVo.setApplyMoment(format);
+                            examApplyGoodsVo.setApplyNum(twoAddBo.getNum().intValue());
                             //预约人数
                             int count = iUserSubscribeService.count(new LambdaQueryWrapper<UserSubscribe>()
                                     .eq(UserSubscribe::getSubscribeStatus, 1)