Pu Zhibing
2025-02-07 810d81a44d78bc3e7c42c2f116cc9968ab04baef
ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/service/AppUserService.java
@@ -84,6 +84,8 @@
   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);
   
   /**
@@ -91,6 +93,12 @@
    * @param appUserId
    */
   void vipUpgrade(Long appUserId);
   /**
    * 处理用户会员降级
    * @param appUserId
    */
   void vipDemotion(Long appUserId);
   
   
   /**
@@ -103,4 +111,6 @@
    * 定时任务关闭订单
    */
   void closeOrder();
   List<AppUser> getAppUserByPhoneNoFilter(String phone);
}