Authored by yangchangjiang

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

@@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
12 12
13 13
14 <sql id="Base_Column_List"> 14 <sql id="Base_Column_List">
15 - id, code, title, create_time 15 + id, code, title,`desc`, create_time
16 </sql> 16 </sql>
17 17
18 <select id="selectByPrimaryKey" parameterType="int" resultMap="BaseResultMap"> 18 <select id="selectByPrimaryKey" parameterType="int" resultMap="BaseResultMap">
@@ -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 }