@ -66,7 +66,6 @@ public class RefreshConstantsTaskRunner implements TimerTaskRunner {
// 所有配置添加到缓存中,覆盖已有配置
list.forEach(sysConfig -> ConstantContext.putConstant(sysConfig.getCode(), sysConfig.getValue()));
log.info("定时任务:同步sys_config表中的数据到缓存常量,条数:{}", list.size());
}