|
@@ -1231,8 +1231,6 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
|
|
|
studentApplyRefunds.setStatus(status);
|
|
|
if (studentApplyRefunds.getStatus() == StudentApplyRefundsStatus.DONE) {
|
|
|
studentApplyRefunds.setActualAmount(amount);
|
|
|
- } else if (studentApplyRefunds.getStatus() == StudentApplyRefundsStatus.WAIT_PAYMENT){
|
|
|
- studentApplyRefunds.setExpectAmount(amount);
|
|
|
}else{
|
|
|
studentApplyRefunds.setActualAmount(new BigDecimal(0));
|
|
|
}
|
|
@@ -1272,9 +1270,6 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
|
|
|
case REJECT:
|
|
|
|
|
|
break;
|
|
|
- case WAIT_PAYMENT:
|
|
|
-
|
|
|
- break;
|
|
|
default:
|
|
|
throw new BizException("审核状态错误!");
|
|
|
}
|