promotion:去除已经不使用的代码

This commit is contained in:
YunaiV
2023-10-23 19:24:04 +08:00
parent a778c25075
commit 054569a3d3
18 changed files with 4 additions and 755 deletions

View File

@ -421,6 +421,7 @@ public class PayOrderServiceImpl implements PayOrderService {
return;
}
// TODO 芋艿:应该 new 出来更新
order.setPrice(payPrice);
orderMapper.updateById(order);
}