admin
2020-01-01 48a204f4c90a80c0bb4e5ba1f9f0f42939cadba8
fanli/src/main/java/com/yeshi/fanli/controller/client/v1/HelpController.java
@@ -43,7 +43,7 @@
         return;
      }
      AppPageNotification ap = appPageNotificationService.getAppPageNotificationByTypeCache(type);
      AppPageNotification ap = appPageNotificationService.getValidNotificationByTypeCache(type);
      if ("home".equalsIgnoreCase(type)
            && VersionUtil.smallerThan_1_5_1(acceptData.getPlatform(), acceptData.getVersion()) && ap != null) {
         AppPageNotification no = new AppPageNotification();