mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 15:21:53 +08:00
修改更新支付单价格的检视意见
Signed-off-by: 杨宇庆 <hiyyq@qq.com>
This commit is contained in:
parent
dfb1b6b823
commit
e5dcf0f1cd
@ -431,9 +431,7 @@ public class PayOrderServiceImpl implements PayOrderService {
|
||||
return;
|
||||
}
|
||||
|
||||
// TODO 芋艿:应该 new 出来更新
|
||||
order.setPrice(payPrice);
|
||||
orderMapper.updateById(order);
|
||||
orderMapper.updateById(new PayOrderDO().setId(order.getId()).setPrice(payPrice));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user