|
@@ -30,7 +30,7 @@
|
|
|
<select id="selectPage" resultType="com.yonge.cooleshow.biz.dal.vo.ActivityRegistrationVo">
|
|
|
SELECT
|
|
|
<include refid="baseColumns" />,
|
|
|
- u.id_ as studentId,u.username_ as username,u.phone_ as phone,
|
|
|
+ u.id_ as studentId,u.username_ as username,u.phone_ as phone,u.real_name_ as realName,
|
|
|
<if test="param.activityType != null and param.activityType.code == 'EVALUATION'">
|
|
|
b.music_sheet_name_ as musicSheetName,b.max_score_ as maxScore,b.num_ as num,
|
|
|
</if>
|