yujian
2019-12-07 c0fb6133ccc46d159db2751bab55323e56b00db9
fanli/src/main/java/com/yeshi/fanli/service/impl/help/AppPageNotificationServiceImpl.java
@@ -25,11 +25,10 @@
      return appPageNotificationMapper.selectByType(type);
   }
   @Cacheable(value = "configCache", key = "'getAppPageNotificationByType-'+#type")
   @Cacheable(value = "configCache", key = "'getValidNotificationByTypeCache-'+#type")
   @Override
   public AppPageNotification getAppPageNotificationByTypeCache(String type) {
      return appPageNotificationMapper.selectByType(type);
   public AppPageNotification getValidNotificationByTypeCache(String type) {
      return appPageNotificationMapper.selectValidByType(type);
   }
   @Override