冀北电能质量问题流程修改
This commit is contained in:
@@ -77,7 +77,8 @@
|
||||
supervision_temp_line_run_test_warning.reason problemReason,
|
||||
supervision_temp_line_run_test_warning.deal_state dealState,
|
||||
supervision_warning_leaflet.take_step takeStep,
|
||||
supervision_warning_leaflet.report_path reportPath
|
||||
supervision_warning_leaflet.report_path reportPath,
|
||||
supervision_warning_leaflet.reform_advice reformAdvice
|
||||
FROM supervision_temp_line_debug
|
||||
inner JOIN supervision_temp_line_report
|
||||
ON supervision_temp_line_report.id = supervision_temp_line_debug.id
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
select
|
||||
supervision_user_complaint.*,
|
||||
supervision_warning_leaflet.take_step takeStep,
|
||||
supervision_warning_leaflet.report_path reportPath
|
||||
supervision_warning_leaflet.report_path reportPath,
|
||||
supervision_warning_leaflet.reform_advice reformAdvice
|
||||
from supervision_user_complaint supervision_user_complaint
|
||||
left join supervision_warning_leaflet
|
||||
on supervision_warning_leaflet.problem_id = supervision_user_complaint.id WHERE ${ew.sqlSegment}
|
||||
|
||||
@@ -12,7 +12,8 @@
|
||||
supervision_survey_plan.supv_object_name supvObjectName,
|
||||
supervision_survey_plan.plan_end_time planEndTime,
|
||||
supervision_warning_leaflet.take_step takeStep,
|
||||
supervision_warning_leaflet.report_path reportPath
|
||||
supervision_warning_leaflet.report_path reportPath,
|
||||
supervision_warning_leaflet.reform_advice reformAdvice
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user