瀏覽代碼

1.3互选项目

Crazy 3 月之前
父節點
當前提交
4f85bd89ca

+ 1 - 1
yudao-module-system/yudao-module-system-biz/src/main/java/cn/iocoder/yudao/module/system/controller/admin/studentSelectionProject/studentSelectionProjectController.java

@@ -181,7 +181,7 @@ public class studentSelectionProjectController {
     }
 
     @GetMapping("/getProjectSupervisors")
-    @Operation(summary = "获取所有项目")
+    @Operation(summary = "获取当前项目的导师")
     public CommonResult<List<AdminUserDO>> getProjectSupervisors(@RequestParam("projectId") Integer projectId) {
         // 获取项目数据并转换成相应的 VO
         studentSelectionProjectSaveReqVO project = BeanUtils.toBean(studentSelectionProjectService.getStudentSelectionProject(projectId), studentSelectionProjectSaveReqVO.class);