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