|
@@ -34,7 +34,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
ups.*,
|
|
|
(select realname from `user` u where up.user_id = u.user_id) as realname,
|
|
|
<if test="examId != null ">
|
|
|
- (SELECT name FROM course_section cs where up.section_id= cs.section_id)
|
|
|
+ (SELECT exam_name FROM exam e where e.exam_id= up.exam_id)
|
|
|
</if>
|
|
|
<if test="sectionId != null ">
|
|
|
(SELECT name FROM course_section cs where up.section_id= cs.section_id)
|