Merge remote-tracking branch 'origin/hph'

This commit is contained in:
韩鹏辉
2024-07-06 14:35:45 +08:00

View File

@@ -880,7 +880,7 @@ public class PayService {
flow.setBizCode("accountReturnPay");
flow.setBizName("会员储值卡退款");
flow.setType("+");
flow.setAmount(orderInfo.getOrderAmount());
flow.setAmount(newOrderInfo.getOrderAmount());
flow.setBalance(user.getAmount());
flow.setCreateTime(new Date());
tbShopUserFlowMapper.insert(flow);