|
@@ -809,7 +809,7 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
return "商品年份缺失";
|
|
return "商品年份缺失";
|
|
}
|
|
}
|
|
if (orderGoods.getSevenYear().equals("2021")||orderGoods.getSevenYear().equals("2022")) {
|
|
if (orderGoods.getSevenYear().equals("2021")||orderGoods.getSevenYear().equals("2022")) {
|
|
- return "2021/2022无法报名";
|
|
|
|
|
|
+ // return "2021/2022无法报名";
|
|
}
|
|
}
|
|
if(Validator.isNotEmpty(configService.selectConfigByKeyNoCache("seven.office.account"))){
|
|
if(Validator.isNotEmpty(configService.selectConfigByKeyNoCache("seven.office.account"))){
|
|
SEVEN_OFFICIALPUSH_INFOACCOUNT = configService.selectConfigByKeyNoCache("seven.office.account");
|
|
SEVEN_OFFICIALPUSH_INFOACCOUNT = configService.selectConfigByKeyNoCache("seven.office.account");
|
|
@@ -1360,7 +1360,7 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
return "班级商品不存在";
|
|
return "班级商品不存在";
|
|
}
|
|
}
|
|
if (orderGoods.getSevenYear().equals("2021")||orderGoods.getSevenYear().equals("2022")) {
|
|
if (orderGoods.getSevenYear().equals("2021")||orderGoods.getSevenYear().equals("2022")) {
|
|
- return "2021/2022无法报名";
|
|
|
|
|
|
+ // return "2021/2022无法报名";
|
|
}
|
|
}
|
|
/* UserProfile userProfile = iUserProfileService.getOne(new LambdaQueryWrapper<UserProfile>()
|
|
/* UserProfile userProfile = iUserProfileService.getOne(new LambdaQueryWrapper<UserProfile>()
|
|
.eq(UserProfile::getUserId, bo.getUserId()).eq(UserProfile::getGoodsId, orderGoods.getGoodsId())
|
|
.eq(UserProfile::getUserId, bo.getUserId()).eq(UserProfile::getGoodsId, orderGoods.getGoodsId())
|