linwei
2024-01-23 bff48e0801af8d8bdc8d73dce2a7b007e8af4235
src/main/java/org/springblade/modules/system/service/IUserService.java
@@ -238,10 +238,20 @@
   /**
    * 获取用户信息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);
}