|
@@ -64,7 +64,7 @@
|
|
|
</if>
|
|
|
</select>
|
|
|
<select id="getMobileInfo" parameterType="com.xjrsoft.module.student.dto.BaseStudentPunishmentInfoMobileDetailDto" resultType="com.xjrsoft.module.student.vo.BaseStudentPunishmentInfoMobileDetailVo">
|
|
|
- SELECT t.id,t3.name,t3.gender,t3.credential_number,t4.punishment_type,t1.reason,t1.start_time,t5.student_id,
|
|
|
+ SELECT t.id,t3.name as student_name,t3.gender,t3.credential_number,t4.punishment_type,t1.reason,t1.start_time,t5.student_id,
|
|
|
t.adjust_date,t.adjust_type,t.adjust_reason,t.modify_date,t1.create_date,t1.is_publicity,t1.end_time,t.class_name,t.major FROM base_punishment_student_relation t
|
|
|
INNER JOIN base_student_punishment_info t1 ON t.punishment_info_id = t1.id
|
|
|
INNER JOIN base_student_school_roll t2 ON t.user_id = t2.user_id
|