普测测试流程
This commit is contained in:
@@ -3,8 +3,15 @@
|
||||
<mapper namespace="com.njcn.supervision.mapper.survey.SurveyTestMapper">
|
||||
|
||||
<select id="surveyTestPage" resultType="SurveyTestVO">
|
||||
SELECT supervision_survey_test.*
|
||||
SELECT supervision_survey_test.*,
|
||||
supervision_survey_plan.plan_name planName,
|
||||
supervision_survey_plan.custom_substation_flag customSubstationFlag,
|
||||
supervision_survey_plan.substation substation,
|
||||
supervision_survey_plan.plan_start_time planStartTime,
|
||||
supervision_survey_plan.plan_end_time planEndTime
|
||||
FROM supervision_survey_test supervision_survey_test
|
||||
left join supervision_survey_plan supervision_survey_plan
|
||||
on supervision_survey_test.plan_id = supervision_survey_plan.id
|
||||
WHERE ${ew.sqlSegment}
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user