|
@@ -1059,6 +1059,13 @@
|
|
|
</foreach>
|
|
|
</if>
|
|
|
<include refid="global.limit"/>
|
|
|
+ SELECT spr.user_id_ userId,spr.user_name_ studentName,spr.create_time_ perRegisterTime FROM student_pre_registration spr
|
|
|
+ WHERE spr.music_group_id_ = '21040809464900001'
|
|
|
+ UNION
|
|
|
+ (SELECT sr.user_id_,sr.create_time_ FROM student_registration sr
|
|
|
+ LEFT JOIN
|
|
|
+ WHERE sr.music_group_id_ = '21040809464900001'
|
|
|
+ )
|
|
|
</select>
|
|
|
|
|
|
<select id="getRegisterOrPreCount" resultType="int">
|