Joburgess преди 5 години
родител
ревизия
fad6b673a5
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      mec-biz/src/main/java/com/ym/mec/biz/service/impl/VipGroupServiceImpl.java

+ 0 - 1
mec-biz/src/main/java/com/ym/mec/biz/service/impl/VipGroupServiceImpl.java

@@ -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());
 			}
 		}