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