This commit is contained in:
邹宗楠
2022-07-14 20:14:35 +08:00
parent b1958fcee6
commit 173cfb9883

View File

@@ -496,7 +496,6 @@ func ResetCreateWaybillFee(db *dao.DaoDB, order *model.GoodsOrder) (err error) {
}
// 将支出记录修改为退款记录,支付类型为收入,且类型为三方配送时:退费
orderBill[0].BillType = model.BrandBillTypeIncome
newBill := &model.BrandBill{
BrandID: store.BrandID,
Price: orderBill[0].Price,