feat: 1.退款接口修改

This commit is contained in:
张松 2024-11-20 17:40:37 +08:00
parent 71c138388f
commit aeac8c56ec
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ public class PayServiceImpl implements PayService {
//修改主单状态
orderInfo.setStatus("closed");
orderInfo.setPayOrderNo(payment.getTradeNumber());
orderInfo.setPayAmount(orderInfo.getOrderAmount());
// orderInfo.setPayAmount(orderInfo.getOrderAmount());
orderInfo.setPaidTime(System.currentTimeMillis());
tbOrderInfoMapper.updateById(orderInfo);