- 切换新同步逻辑测试门店为102652
This commit is contained in:
@@ -439,7 +439,7 @@ func (v *VendorSync) SyncStoresSkus(ctx *jxcontext.Context, db *dao.DaoDB, vendo
|
||||
}
|
||||
|
||||
func isUseOldSyncLogic(storeMap *model.StoreMap) bool {
|
||||
return globals.IsProductEnv() && storeMap.StoreID != 102023 // 沙湾店
|
||||
return globals.IsProductEnv() && storeMap.StoreID != 102652 // 绿城四季鲜店
|
||||
}
|
||||
|
||||
func (v *VendorSync) proxySyncStoreSku(ctx *jxcontext.Context, parentTask tasksch.ITask, storeMap *model.StoreMap, nameIDs, skuIDs []int, isAsync, isContinueWhenError bool) (hint string, err error) {
|
||||
|
||||
Reference in New Issue
Block a user