beetlsql3-dev
Mlxa0324 2 years ago
parent bdf4ec2877
commit 4f187cabe6

@ -67,7 +67,7 @@ public class IndexBaseController {
* @return * @return
*/ */
@PostMapping(API + "/myPageApplication.do") @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), "此接口只允许学生或者教师访问!"); Assert.isFalse(ObjectUtil.isAllEmpty(student, teacher), "此接口只允许学生或者教师访问!");

Loading…
Cancel
Save