소스 검색

预报名地区列表查询添加方法

小么熊🐻 1 년 전
부모
커밋
26f3d88559
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jsjp-admin/src/main/java/com/miaxis/app/controller/tms/TmsStudentInfoController.java

+ 1 - 1
jsjp-admin/src/main/java/com/miaxis/app/controller/tms/TmsStudentInfoController.java

@@ -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);