From 8c04d27e5cebb7e654c208533e9567c4df2c8acc Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期四, 12 十二月 2019 14:21:44 +0800 Subject: [PATCH] 券时间限制 --- fanli/src/main/java/com/yeshi/fanli/service/inter/help/AppPageNotificationService.java | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/help/AppPageNotificationService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/help/AppPageNotificationService.java index e95dbd6..94b0df8 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/help/AppPageNotificationService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/help/AppPageNotificationService.java @@ -20,13 +20,6 @@ */ public AppPageNotification getAppPageNotificationByType(String type); - /** - * 閫氳繃绫诲瀷鑾峰彇鍏蜂綋鐨勯�氱煡 - * - * @param type - * @return - */ - public AppPageNotification getAppPageNotificationByTypeCache(String type); /** * 娣诲姞 @@ -69,4 +62,9 @@ public long countQuery(String key, Integer show, Integer canClose); + public AppPageNotification getValidNotificationByTypeCache(String type); + + + public void updateByPrimaryKey(AppPageNotification record); + } -- Gitblit v1.8.0