|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
<select id="getRecordDetailVOById" resultType="com.hnac.hzims.safeproduct.vo.RehearsalRecordDetailVO"> |
|
|
|
|
SELECT |
|
|
|
|
t1.code, t1.actual_start_time, t1.actual_end_time, t2.unit, t2.location, t2.rehearsal_method, t2.commander, |
|
|
|
|
t2.subject, t1.people_name, t1.record, t1.img_path, t1.command, t1.file_path |
|
|
|
|
t2.subject, t1.people_name, t1.record, t1.img_path, t1.comment, t1.file_path |
|
|
|
|
FROM |
|
|
|
|
hzims_rehearsal_record t1 |
|
|
|
|
LEFT JOIN hzims_rehearsal_plan t2 ON t1.rehearsal_plan_id = t2.id |
|
|
|
|