This commit is contained in:
邹宗楠
2025-08-06 09:32:25 +08:00
parent 40fea113f1
commit e8e3eb7c09
2 changed files with 6 additions and 6 deletions

View File

@@ -458,7 +458,7 @@ func addRefundSku(ctx *jxcontext.Context, goodsOrder *model.GoodsOrder, skuIds m
RefundType: model.AfsTypePartRefund,
VendorOrgCode: "0",
RefundMoney: int64(refundMoney),
Status: model.AfsOrderStatusNew,
Status: model.AfsOrderStatusWait4Approve,
Flag: 0,
AfsTotalShopMoney: goodsOrder.ActualPayPrice - int64(refundMoney),
}