deason 1 年之前
父节点
当前提交
8f99b616a8

+ 1 - 1
src/main/java/com/qmth/exam/reserve/controller/student/StudentApplyController.java

@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.RestController;
 import java.util.ArrayList;
 import java.util.List;
 
-@RestController
+@RestController("stuApplyController")
 @Api(tags = "考生预约相关接口")
 @RequestMapping(ApiConstant.DEFAULT_URI_PREFIX + "/student")
 @Aac(strict = false, auth = true)

+ 1 - 1
src/main/resources/mapper/StudentApplyMapper.xml

@@ -2,7 +2,7 @@
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
 <mapper namespace="com.qmth.exam.reserve.dao.StudentApplyDao">
 	<select id="page"
-		resultType="com.qmth.exam.reserve.bean.stdapply.StdApplyVO">
+		resultType="com.qmth.exam.reserve.bean.stdapply.StudentApplyVO">
 		select a.id,s.name,s.identity_number
 		identityNumber,s.student_code
 		studentCode,o.name teachingName,es.name