修改支付逻辑
This commit is contained in:
@@ -593,7 +593,7 @@ public class PayService {
|
||||
flow.setBizCode("accountPay");
|
||||
flow.setBizName("会员储值卡支付");
|
||||
flow.setType("-");
|
||||
flow.setAmount(orderInfo.getOrderAmount());
|
||||
flow.setAmount(payAmount);
|
||||
flow.setBalance(user.getAmount());
|
||||
flow.setCreateTime(new Date());
|
||||
tbShopUserFlowMapper.insert(flow);
|
||||
|
||||
Reference in New Issue
Block a user