- 启用新同步逻辑

This commit is contained in:
gazebo
2019-08-03 08:40:41 +08:00
parent b85e88bef1
commit 71d91bb102

View File

@@ -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 // 绿城四季鲜店
}