zhuo
2025-03-16 e12a3875f9b1b0a5226786f616871e390e39f326
ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/UserController.java
@@ -28,7 +28,7 @@
    /**
     * todo:  type : 1: 获取检测人员信息
              type : 2: 获取当前部门(实验室人员)
              type : 2: 获取当前登录用户部门下的所有用户
     * @param user
     * @param type
     * @return
@@ -56,7 +56,7 @@
    @GetMapping ("/selectUserDepartmentLimsName")
    @ApiOperation(value = "获取当前登录用户部门")
    public Result<?> selectUserDepartmentLimsName(){
        return Result.success("成功", userService.selectUserDepartmentLimsName());
        return Result.success(userService.selectUserDepartmentLimsName());
    }
    @PostMapping("/upUserDepardLimsId")