From 24a8d17e007545f7426c48352109aa1a9c6587ee Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 06 五月 2020 12:02:09 +0800 Subject: [PATCH] IOS上线隐藏我的界面的banner与超级会员升级信息 --- fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialService.java | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 54 insertions(+), 1 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialService.java index a25b6f8..eead433 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialService.java @@ -94,6 +94,59 @@ * @param placeKey * @return */ - public List<Special> listByPlaceKey(String placeKey); + public List<Special> listByPlaceKey(String placeKey, Integer platform, Integer versionCode); + + + /** + * 涓撻 鐗堟湰鍖哄垎 + * @param start + * @param count + * @param card + * @param systemId + * @param platform + * @param versionCode + * @return + */ + public List<Special> listByVersion(long start, int count, String card, String platform, Integer versionCode); + + + /** + * 涓撻鐗堟湰鍖哄垎 浼犻�掑涓綅缃� + * @param list + * @param platform + * @param versionCode + * @return + */ + public List<Special> listByPlaceKeyList(long start, int count, List<String> list, Integer platform, Integer versionCode); + + + public long countByPlaceKeyList(List<String> list, Integer platform, Integer versionCode); + + + /** + * 鏌ヨ涓撻骞惰繑鍥炴爣绛� + * @param list + * @param platform + * @param versionCode + * @return + */ + public List<Special> listByPlaceKeyHasLabel(long start, int count, List<String> list, Integer platform, Integer versionCode); + + + /** + * 涓轰笓棰樿缃増鏈� + * @param specialId + * @param versions + * @throws Exception + */ + public void setVersions(Long specialId,List<Long> versions) throws Exception; + + /** + * 鏇存敼鐘舵�� + * @param id + * @throws SpecialException + */ + public void switchState(Long id) throws SpecialException; + } -- Gitblit v1.8.0