|
@@ -245,6 +245,7 @@ public class PayServiceImpl implements PayService {
|
|
|
if (paymentConfig == null || !paymentConfig.getType().equals(2)) {
|
|
|
return routingFee;
|
|
|
}
|
|
|
+ routingFee.put(type, BigDecimal.ZERO);
|
|
|
for (Map.Entry<String, BigDecimal> feeEntry : fee.entrySet()) {
|
|
|
if (feeEntry.getKey().equals("course")) {
|
|
|
BigDecimal RoutingFee = routingFee.get(paymentConfig.getCourseFee()).add(feeEntry.getValue());
|