|
@@ -72,7 +72,7 @@ public class ProgramService extends ServiceImpl<ProgramMapper, Program> implemen
|
|
|
}
|
|
|
|
|
|
public void setCache(Integer channelId){
|
|
|
- log.info("更新缓存 {}", channelId);
|
|
|
+// log.info("更新缓存 {}", channelId);
|
|
|
cache.put(channelId, getDisableProgramList(channelId));
|
|
|
}
|
|
|
|