|
|
@@ -99,7 +99,6 @@ public class BaseNewStudentController {
|
|
|
@ApiOperation(value="新生维护信息列表(分页)")
|
|
|
@SaCheckPermission("basenewstudent:detail")
|
|
|
public RT<PageOutput<BaseNewStudentPageVo>> page(@Valid BaseNewStudentPageDto dto){
|
|
|
-
|
|
|
Page<BaseNewStudentPageVo> page = baseNewStudentService.getPage(new Page<>(dto.getLimit(), dto.getSize()), dto);
|
|
|
PageOutput<BaseNewStudentPageVo> pageOutput = ConventPage.getPageOutput(page, BaseNewStudentPageVo.class);
|
|
|
return RT.ok(pageOutput);
|