- 启用新同步逻辑
This commit is contained in:
@@ -438,6 +438,7 @@ func (v *VendorSync) SyncStoresSkus(ctx *jxcontext.Context, db *dao.DaoDB, vendo
|
||||
}
|
||||
|
||||
func isUseOldSyncLogic(storeMap *model.StoreMap) bool {
|
||||
return false
|
||||
return globals.IsProductEnv() && storeMap.StoreID != 102652 // 绿城四季鲜店
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user