Commit 05a07341 by xuwenhao

新增教师档案接口添加注解

parent d732c006
...@@ -19,7 +19,7 @@ import java.util.List; ...@@ -19,7 +19,7 @@ import java.util.List;
/** /**
* 教师档案Controller * 教师档案Controller
* *
* @author ruoyi * @author ruoyi
* @date 2023-09-06 * @date 2023-09-06
*/ */
...@@ -66,7 +66,7 @@ public class TeacherFilesController extends BaseController ...@@ -66,7 +66,7 @@ public class TeacherFilesController extends BaseController
* @return * @return
*/ */
@GetMapping("/teacherAdd/{ids}") @GetMapping("/teacherAdd/{ids}")
public AjaxResult teacherAdd(Long[] ids){ public AjaxResult teacherAdd(@PathVariable("ids") Long[] ids){
return AjaxResult.success(teacherFilesService.teacherAdd(ids)); return AjaxResult.success(teacherFilesService.teacherAdd(ids));
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment