|
@@ -67,7 +67,7 @@ public class ProgramService extends ServiceImpl<ProgramMapper, Program> implemen
|
|
|
|
|
|
public void setCache(Integer channelId){
|
|
|
System.out.println("更新缓存" + channelId);
|
|
|
- cache.put(channelId, getProgramList(channelId));
|
|
|
+ cache.put(channelId, getDisableProgramList(channelId));
|
|
|
}
|
|
|
|
|
|
public List<Map<String, Object>> getDisableProgramList(Integer channelId) {
|