src/main/java/org/springblade/modules/system/controller/UserController.java
@@ -397,7 +397,7 @@ /** * 修改 * 查询物业人员/网格人员 */ @GetMapping("/getUserInfoByDistrictId") @ApiOperation(value = "查询物业人员/网格人员", notes = "houseCode") @@ -405,4 +405,12 @@ return R.data(userService.getUserInfoByDistrictId(districtId, building)); } /** * 处理漏绑定的user_dept */ @GetMapping("/handleUserDept") public R handleUserDept() { return R.data(userService.handleUserDept()); } }