This commit is contained in:
邹宗楠
2022-10-17 14:06:23 +08:00
parent 0695aa132c
commit 53fe97cbc1
49 changed files with 78 additions and 225 deletions

View File

@@ -445,7 +445,6 @@ func filterOrderInfo(order *model.GoodsOrder) {
}
func ResetCreateWaybillFee(db *dao.DaoDB, order *model.GoodsOrder) (err error) {
globals.SugarLogger.Debugf("=================取消本地运费")
if db == nil {
db = dao.GetDB()
}