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