diff --git a/business/jxcallback/orderman/order.go b/business/jxcallback/orderman/order.go index eaf9c4df1..3c1c4f17b 100644 --- a/business/jxcallback/orderman/order.go +++ b/business/jxcallback/orderman/order.go @@ -563,7 +563,9 @@ func countWaybillSettleInfo(db *dao.DaoDB, order *model.GoodsOrder, bill *model. // 更新运单实际扣除费用 bill.ActualFee = deductFee bill.DesiredFee = deductFee - _, err = dao.UpdateEntity(db, bill, "ActualFee", "DesiredFee") + if _, err = dao.UpdateEntity(db, bill, "ActualFee", "DesiredFee"); err != nil { + globals.SugarLogger.Errorf("更新门店配送信息错误:%d,%v", deductFee, err) + } //} // 门店发单,支付运单违约金