ljw 2025-11-08 16:47:58 +08:00
parent 200bc1ee3a
commit d59789fb9e
1 changed files with 1 additions and 0 deletions

View File

@ -1306,6 +1306,7 @@ public class OrderInfoService extends ServiceImpl<OrderInfoMapper, OrderInfoEnti
// 更新订单表的优惠金额; 手动修正金额;结算金额;总金额;
if (isChange) {
orderInfoEntity.setChangeMoney(totalChangeMoney);
orderInfoEntity.setPaymentStatus(PaymentStatus.WeiZhiFu);
} else {
orderInfoEntity.setDiscountMoney(totalDiscountMoney);
orderInfoEntity.setReviseMoney(totalReviseMoney);