Authored by yangchangjiang

--task=订单费率配置维护 --user=杨长江 配置desc信息不显示bug修复

... ... @@ -12,7 +12,7 @@
<sql id="Base_Column_List">
id, code, title, create_time
id, code, title,`desc`, create_time
</sql>
<select id="selectByPrimaryKey" parameterType="int" resultMap="BaseResultMap">
... ...
... ... @@ -140,7 +140,7 @@ public class MetaConfigServiceImpl implements IMetaConfigService, ApplicationCon
*/
if(n > 0){
LOGGER.info("清除服务配置缓存(key) ------------->" + config.getCode());
//serviceCaller.asyncCall(CLEAN_CACHE_URL,config.getCode(),JSONObject.class).get(3, TimeUnit.SECONDS);
serviceCaller.asyncCall(CLEAN_CACHE_URL,config.getCode(),JSONObject.class).get(3, TimeUnit.SECONDS);
}
return new ApiResponse.ApiResponseBuilder().code(200).data(n).build();
}
... ...