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