yujian
2019-12-19 626d711cb15896055c13fe344eb7fcc824589715
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
@@ -55,6 +54,11 @@
   }
   @Override
   public void updateByPrimaryKey(AppPageNotification record) {
      appPageNotificationMapper.updateByPrimaryKey(record);
   }
   @Override
   public void updateByPrimaryKeySelective(AppPageNotification record) {
      appPageNotificationMapper.updateByPrimaryKeySelective(record);      
   }