|
|
@@ -409,7 +409,7 @@ public class FeeRuleSchemeServiceNewImpl implements FeeRuleSchemeNewService {
|
|
|
.add(retailProportion.getNoRetailLevel3Proportion());
|
|
|
|
|
|
// 外部订单比例
|
|
|
- BigDecimal enterProportion = sysSwitchConfigService.getEnterProportion(insOrders.getDeptid(), insAreaCompany.getEntryStatus());
|
|
|
+ BigDecimal enterProportion = sysSwitchConfigService.getEnterProportion(insOrders.getDeptid(), insOrders.getEntryStatus());
|
|
|
|
|
|
//重新计算比例 入口是否超出支付的比例
|
|
|
ReCalcuLateProportion jqReCalcuLateProportion = recalculateProportion(
|