|
@@ -131,7 +131,7 @@ public class TmsStudentInfoController extends BaseController {
|
|
|
@ApiImplicitParam(name = "pageNum", value = "当前页码", dataType = "int", paramType = "query", required = false),
|
|
|
@ApiImplicitParam(name = "pageSize", value = "每页数据量", dataType = "int", paramType = "query", required = false),
|
|
|
})
|
|
|
- public ResponsePageInfo<TmsStudentInfoTempVo> myStudenTempList(@ModelAttribute TmsStudentInfoTempDTO studentInfoTempDTO) {
|
|
|
+ public ResponsePageInfo<TmsStudentInfoTempVo> myStudentTempList(@ModelAttribute TmsStudentInfoTempDTO studentInfoTempDTO) {
|
|
|
startPage();
|
|
|
List<TmsStudentInfoTempVo> stuInfoTempList = studentInfoService.getTmsMyStudentInfoTempList(studentInfoTempDTO);
|
|
|
return toResponsePageInfo(stuInfoTempList);
|