This commit is contained in:
邹宗楠
2023-05-18 10:51:35 +08:00
parent 7544fd420b
commit 98eb7e1397

View File

@@ -563,7 +563,8 @@ func countWaybillSettleInfo(db *dao.DaoDB, order *model.GoodsOrder, bill *model.
// 更新运单实际扣除费用
bill.ActualFee = deductFee
bill.DesiredFee = deductFee
if _, err = dao.UpdateEntity(db, &bill, "ActualFee", "DesiredFee"); err != nil {
globals.SugarLogger.Debugf("bill ======== %s", utils.Format4Output(bill, false))
if _, err = dao.UpdateEntity(db, bill, "ActualFee", "DesiredFee"); err != nil {
globals.SugarLogger.Errorf("更新门店配送信息错误:%d,%v", deductFee, err)
}
//}