diff --git a/business/jxcallback/orderman/order.go b/business/jxcallback/orderman/order.go index 822dc45be..b0376d35d 100644 --- a/business/jxcallback/orderman/order.go +++ b/business/jxcallback/orderman/order.go @@ -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,