1'
This commit is contained in:
@@ -563,7 +563,7 @@ func countWaybillSettleInfo(db *dao.DaoDB, order *model.GoodsOrder, bill *model.
|
|||||||
// 更新运单实际扣除费用
|
// 更新运单实际扣除费用
|
||||||
bill.ActualFee = deductFee
|
bill.ActualFee = deductFee
|
||||||
bill.DesiredFee = deductFee
|
bill.DesiredFee = deductFee
|
||||||
if _, err = dao.UpdateEntity(db, bill, "ActualFee", "DesiredFee"); err != nil {
|
if _, err = dao.UpdateEntity(db, &bill, "ActualFee", "DesiredFee"); err != nil {
|
||||||
globals.SugarLogger.Errorf("更新门店配送信息错误:%d,%v", deductFee, err)
|
globals.SugarLogger.Errorf("更新门店配送信息错误:%d,%v", deductFee, err)
|
||||||
}
|
}
|
||||||
//}
|
//}
|
||||||
|
|||||||
Reference in New Issue
Block a user