!1082 修改更新支付单价格的检视意见

Merge pull request !1082 from 杨宇庆/N/A
This commit is contained in:
芋道源码 2024-09-15 02:43:44 +00:00 committed by Gitee
commit 3ea63b5bfb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -431,9 +431,7 @@ public class PayOrderServiceImpl implements PayOrderService {
return; return;
} }
// TODO 芋艿应该 new 出来更新 orderMapper.updateById(new PayOrderDO().setId(order.getId()).setPrice(payPrice));
order.setPrice(payPrice);
orderMapper.updateById(order);
} }
@Override @Override