From 173cfb988317d3da14cadd0ff2785e4caf3f1838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 14 Jul 2022 20:14:35 +0800 Subject: [PATCH] 1 --- business/jxcallback/orderman/order.go | 1 - 1 file changed, 1 deletion(-) 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,