|
@@ -259,7 +259,7 @@ public class TenantPaymentOrderServiceImpl extends BaseServiceImpl<Long, TenantP
|
|
|
order.setStatus(status);
|
|
|
order.setTransNo(rpMap.get("orderNo"));
|
|
|
order.setPaymentBusinessChannel(channelType);
|
|
|
- order.setActualAmount(new BigDecimal(rpMap.get("payAmount")));
|
|
|
+ order.setActualAmount(new BigDecimal(rpMap.get("totalMoney")));
|
|
|
paymentForCallback(order);
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|