|
@@ -3300,7 +3300,8 @@ public class OrderServiceImpl implements OrderService {
|
|
|
orderSendCusParams.put("transactionId", payTransactionId);
|
|
|
orderSendCusParams.put("subOrderId", ""); // ccnet原逻辑没有对该字段赋值
|
|
|
orderSendCusParams.put("subOrderNo", order.getOrder_sn());
|
|
|
- orderSendCusParams.put("feeType", order.getFeeType());
|
|
|
+ orderSendCusParams.put("feeType", "CNY");
|
|
|
+ orderSendCusParams.put("duty", 0);
|
|
|
int orderFee = order.getActual_price().multiply(new BigDecimal(100)).intValue();
|
|
|
orderSendCusParams.put("orderFee", orderFee);
|
|
|
orderSendCusParams.put("productFee", orderFee);
|