Kaynağa Gözat

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

小么熊🐻 1 yıl önce
ebeveyn
işleme
26f3d88559

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