Commit 05a07341 by xuwenhao

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

parent d732c006
......@@ -66,7 +66,7 @@ public class TeacherFilesController extends BaseController
* @return
*/
@GetMapping("/teacherAdd/{ids}")
public AjaxResult teacherAdd(Long[] ids){
public AjaxResult teacherAdd(@PathVariable("ids") Long[] 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