This commit is contained in:
邹宗楠
2025-02-11 16:09:19 +08:00
parent e44b58c86b
commit 9015ff2cfa
2 changed files with 11 additions and 9 deletions

View File

@@ -288,10 +288,11 @@ func SpecialTreat(vendorOrgCode string, vendorStoreID, storeID, deliveryFeeDeduc
}
}
} else {
if err := UpdateFreightTemplate(int(storeID), bindFreightIDs); err != nil {
globals.SugarLogger.Debug("更新运费模板失败:", err)
errList.AddErr(fmt.Errorf("更新运费模板失败:%v", err))
}
// TODO 暂时不修改这个模版看看
//if err := UpdateFreightTemplate(int(storeID), bindFreightIDs); err != nil {
// globals.SugarLogger.Debug("更新运费模板失败:", err)
// errList.AddErr(fmt.Errorf("更新运费模板失败:%v", err))
//}
}
//2.设置门店打包费 默认为0