Commit 6924810d by 朱莹

教师档案导出

parent fcf5a12d
...@@ -38,7 +38,7 @@ public class TeacherFilesNoticeController extends BaseController ...@@ -38,7 +38,7 @@ public class TeacherFilesNoticeController extends BaseController
/** /**
* 查询教师档案通知列表 * 查询教师档案通知列表
*/ */
@PreAuthorize("@ss.hasPermi('teacherFiles:notice:list')") // @PreAuthorize("@ss.hasPermi('teacherFiles:notice:list')")
@GetMapping("/list") @GetMapping("/list")
public TableDataInfo list(TeacherFilesNotice teacherFilesNotice) public TableDataInfo list(TeacherFilesNotice teacherFilesNotice)
{ {
......
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