linwe
2024-01-27 d40f0ec77c41e3e6230d9f3fd59363e87d2cbf74
src/main/java/org/springblade/modules/system/service/IUserService.java
@@ -238,10 +238,22 @@
   /**
    * 获取用户信息ById
    *
    * @param id
    * @return
    */
   UserVO getuserById(Long id);
   List<UserEntity> getUserInfoByCode(String houseCode, String type);
   List<UserEntity> getUserInfoByDistrictId(String districtId, String building);
   /**
    * 处理漏绑定的user_dept
    */
   Object handleUserDept();
   List<User> getUserInfoByPropertyId(String propertyCompanyId,String roleId);
   Object handleUser();
}