From 7e7db2fa55a9a3af46d4fd8ede0dee147f101d64 Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期六, 09 五月 2020 21:41:27 +0800 Subject: [PATCH] 2.1需求 --- fanli/src/main/java/com/yeshi/fanli/service/inter/user/vip/UserVIPPreInfoService.java | 51 +++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 45 insertions(+), 6 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/vip/UserVIPPreInfoService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/vip/UserVIPPreInfoService.java index e070cba..f17c428 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/vip/UserVIPPreInfoService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/vip/UserVIPPreInfoService.java @@ -38,12 +38,6 @@ */ public UserVIPPreInfo getProcessInfo(Long uid,Date time); - /** - * 浼氬憳绛夌骇娣诲姞骞堕獙璇� - * @param uid - * @param inviteSuccess - */ - public void verifyVipPreInfo(Long uid, boolean inviteSuccess); /** * 鏍规嵁鐢ㄦ埛ID涓庢楠ゆ煡璇� @@ -58,4 +52,49 @@ public UserVIPPreInfo selectByUidAndProcess(Long uid,int process); + + /** + * 鏌ヨ杩涘害鏍规嵁涓嶅悓闃舵 + * @param uid + * @param process + * @return + * @throws UserVIPPreInfoException + */ + public UserVIPPreInfo getVipByProcess(Long uid, int process); + + + + /** + * 鑷喘+ 鍒嗕韩璁㈠崟鍒拌处 婊¤冻鍗囩骇楠岃瘉 + * @param uid + */ + public void upgradeVipByMyOrder(Long uid); + + + /** + * 楠岃瘉鑷韩鏄惁婊¤冻vip鏉′欢 + * @param uid + */ + public void upgradeVipByTeamNum(Long uid); + + + /** + * 绮変笣瀹屾垚鏀惰揣-楠岃瘉鐩存帴-闂存帴绮変笣 + * @param uid 绮変笣id + */ + public void upgradeBossVipByTeamNum(Long uid); + + + + + /** + * 鏍规嵁涓婚敭鍒犻櫎 + * @Title: deleteByPrimaryKey + * @Description: + * @param id + * void 杩斿洖绫诲瀷 + * @throws + */ + public void deleteByPrimaryKey(Long id); + } -- Gitblit v1.8.0