From 4f187cabe6ece2719358ff5f3ee5fdc30e93a969 Mon Sep 17 00:00:00 2001 From: Mlxa0324 Date: Tue, 10 Jan 2023 23:38:54 +0800 Subject: [PATCH] 1 --- .../main/java/com/ibeetl/jlw/web/api/IndexBaseController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/java/com/ibeetl/jlw/web/api/IndexBaseController.java b/web/src/main/java/com/ibeetl/jlw/web/api/IndexBaseController.java index a94aefaf..641c3869 100644 --- a/web/src/main/java/com/ibeetl/jlw/web/api/IndexBaseController.java +++ b/web/src/main/java/com/ibeetl/jlw/web/api/IndexBaseController.java @@ -67,7 +67,7 @@ public class IndexBaseController { * @return */ @PostMapping(API + "/myPageApplication.do") - public JsonResult myPageApplicationList(PageParam param, @TStudent Student student, @TTeacher Teacher teacher) { + public JsonResult myPageApplicationList(PageParam param, @SCoreUser CoreUser coreUser, @TStudent Student student, @TTeacher Teacher teacher) { Assert.isFalse(ObjectUtil.isAllEmpty(student, teacher), "此接口只允许学生或者教师访问!");