This commit is contained in:
richboo111
2022-11-23 17:54:14 +08:00
parent 852cc50730
commit 65aa021726
2 changed files with 4 additions and 4 deletions

View File

@@ -6071,7 +6071,7 @@ func BatchCreateFreeShipTemplate(relInfo map[string][]tiktok_store.RelInfo, ship
}
} else {
globals.SugarLogger.Debugf("进入更新包邮模板操作")
if err := tiktok_store.UpdateFreeShipTemplate(utils.Str2Int(i.VendorStoreID), shipFee); err != nil {
if err := tiktok_store.UpdateFreeShipTemplate(utils.Str2Int(i.StoreID), shipFee); err != nil {
errList.AddErr(err)
}
}