|
@@ -140,7 +140,7 @@ public class MetaConfigServiceImpl implements IMetaConfigService, ApplicationCon |
|
@@ -140,7 +140,7 @@ public class MetaConfigServiceImpl implements IMetaConfigService, ApplicationCon |
140
|
*/
|
140
|
*/
|
141
|
if(n > 0){
|
141
|
if(n > 0){
|
142
|
LOGGER.info("清除服务配置缓存(key) ------------->" + config.getCode());
|
142
|
LOGGER.info("清除服务配置缓存(key) ------------->" + config.getCode());
|
143
|
- //serviceCaller.asyncCall(CLEAN_CACHE_URL,config.getCode(),JSONObject.class).get(3, TimeUnit.SECONDS);
|
143
|
+ serviceCaller.asyncCall(CLEAN_CACHE_URL,config.getCode(),JSONObject.class).get(3, TimeUnit.SECONDS);
|
144
|
}
|
144
|
}
|
145
|
return new ApiResponse.ApiResponseBuilder().code(200).data(n).build();
|
145
|
return new ApiResponse.ApiResponseBuilder().code(200).data(n).build();
|
146
|
}
|
146
|
}
|