| | |
| | | import com.ruoyi.account.vo.*; |
| | | import com.ruoyi.common.core.domain.R; |
| | | import com.ruoyi.common.core.web.domain.AjaxResult; |
| | | import com.ruoyi.common.core.web.page.PageInfo; |
| | | |
| | | import java.util.List; |
| | | import java.util.Set; |
| | |
| | | * @param nearbyReferrer |
| | | * @return |
| | | */ |
| | | List<NearbyReferrerVo> getNearbyReferrer(NearbyReferrer nearbyReferrer); |
| | | PageInfo<NearbyReferrerVo> getNearbyReferrer(NearbyReferrer nearbyReferrer); |
| | | |
| | | /** |
| | | * 获取用户的祖籍列表 |
| | |
| | | void onlineRecord(); |
| | | |
| | | IPage<AppUser> getAppuserPage(Integer pageNum, Integer pageSize, AppUser appUser, Integer shopId, Set<Long> userId); |
| | | IPage<AppUser> getAppuserPage1(Integer pageNum, Integer pageSize, AppUser appUser,Integer objectId,List<Long> userIds); |
| | | |
| | | |
| | | IPage<AppUser> getAppuserPage1(Integer pageNum, Integer pageSize, AppUser appUser,List<Long> userIds); |
| | | |
| | | /** |
| | | * 处理用户会员等级 |
| | | * @param appUserId |
| | | */ |
| | | void vipUpgrade(Long appUserId); |
| | | |
| | | /** |
| | | * 消费后检查会员等级变更 |
| | | */ |
| | | void vipConsumption(Long appUserId); |
| | | |
| | | |
| | | /** |
| | | * 处理用户会员降级 |
| | | * @param appUserId |
| | | */ |
| | | void vipDemotion(Long appUserId); |
| | | |
| | | |
| | | /** |
| | |
| | | * 定时任务关闭订单 |
| | | */ |
| | | void closeOrder(); |
| | | |
| | | List<AppUser> getAppUserByPhoneNoFilter(String phone); |
| | | } |