@@ -2045,7 +2045,6 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
}else{
result.put("suplusCourseFee", studentPaymentOrder.getExpectAmount().multiply(new BigDecimal(0.7)).setScale(CommonConstants.DECIMAL_FINAL_PLACE, BigDecimal.ROUND_HALF_UP));
}
- result.put("suplusCourseFee", studentPaymentOrder.getExpectAmount());