yujian
2019-12-07 1fd8f11537bb74c1f7e611e35a766cbbd34eff05
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