|
|
@ -30,7 +30,8 @@ |
|
|
|
ter.improvement, |
|
|
|
ter.improvement, |
|
|
|
IFNULL(ter.`comment`, (SELECT `comment` FROM tms_comment WHERE id = commentId)) AS comment, |
|
|
|
IFNULL(ter.`comment`, (SELECT `comment` FROM tms_comment WHERE id = commentId)) AS comment, |
|
|
|
ter.instructor, |
|
|
|
ter.instructor, |
|
|
|
ter.purpose |
|
|
|
ter.purpose, |
|
|
|
|
|
|
|
tet.experimental_class_name as experimentalClassName |
|
|
|
FROM hr_user_info u, |
|
|
|
FROM hr_user_info u, |
|
|
|
student stu, |
|
|
|
student stu, |
|
|
|
tms_experimental_report ter, |
|
|
|
tms_experimental_report ter, |
|
|
@ -48,6 +49,7 @@ |
|
|
|
AND tpr.recordId = #{recordId} |
|
|
|
AND tpr.recordId = #{recordId} |
|
|
|
AND ter.projectId = #{projectId} |
|
|
|
AND ter.projectId = #{projectId} |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
<select id="queryVirtualReport" resultType="com.msdw.tms.entity.vo.ExperimentalReportVo"> |
|
|
|
<select id="queryVirtualReport" resultType="com.msdw.tms.entity.vo.ExperimentalReportVo"> |
|
|
|
SELECT |
|
|
|
SELECT |
|
|
|
tpr.recordId, |
|
|
|
tpr.recordId, |
|
|
|