|
@@ -446,7 +446,7 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
|
|
|
String userName = "系统自动审核通过";
|
|
|
if (ObjectUtils.isNull(business.getPeriodType()) || business.getPeriodType() == 1){
|
|
|
//人工审核
|
|
|
- if (Validator.isEmpty(bo.getUserId()) || Validator.isEmpty(bo.getGoodsId()) || Validator.isEmpty(bo.getGradeId())) {
|
|
|
+ if (Validator.isEmpty(bo.getOrderGoodsId()) ||Validator.isEmpty(bo.getUserId()) || Validator.isEmpty(bo.getGoodsId()) || Validator.isEmpty(bo.getGradeId())) {
|
|
|
throw new CustomException("参数不全");
|
|
|
}
|
|
|
if (Validator.isEmpty(classGradeUser) || classGradeUser.getPeriodStatus() != 3) {
|