冀北电能质量问题流程修改

This commit is contained in:
hzj
2024-10-31 10:33:34 +08:00
parent 7a877045c9
commit 4e8a26b1fb
6 changed files with 9 additions and 3 deletions

View File

@@ -75,6 +75,7 @@ public class SupervisionTempLineDebugVO extends BaseEntity {
@ApiModelProperty(value = "处理成效报告")
private String reportPath;
private String reformAdvice;
public void setTestRunReport(String testRunReport) {
if (StrUtil.isNotBlank(testRunReport)) {
this.testRunReport = "/" + testRunReport;

View File

@@ -64,6 +64,7 @@ public class SupervisionUserComplaintVO {
@ApiModelProperty(value = "处理成效报告")
private String reportPath;
private String reformAdvice;
}

View File

@@ -157,5 +157,6 @@ public class SurveyTestVO extends BaseEntity implements Serializable {
@ApiModelProperty(value = "处理成效报告")
private String reportPath;
private String reformAdvice;
}

View File

@@ -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

View File

@@ -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}

View File

@@ -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