冀北电能质量问题流程修改
This commit is contained in:
@@ -75,6 +75,7 @@ public class SupervisionTempLineDebugVO extends BaseEntity {
|
|||||||
|
|
||||||
@ApiModelProperty(value = "处理成效报告")
|
@ApiModelProperty(value = "处理成效报告")
|
||||||
private String reportPath;
|
private String reportPath;
|
||||||
|
private String reformAdvice;
|
||||||
public void setTestRunReport(String testRunReport) {
|
public void setTestRunReport(String testRunReport) {
|
||||||
if (StrUtil.isNotBlank(testRunReport)) {
|
if (StrUtil.isNotBlank(testRunReport)) {
|
||||||
this.testRunReport = "/" + testRunReport;
|
this.testRunReport = "/" + testRunReport;
|
||||||
|
|||||||
@@ -64,6 +64,7 @@ public class SupervisionUserComplaintVO {
|
|||||||
|
|
||||||
@ApiModelProperty(value = "处理成效报告")
|
@ApiModelProperty(value = "处理成效报告")
|
||||||
private String reportPath;
|
private String reportPath;
|
||||||
|
private String reformAdvice;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -157,5 +157,6 @@ public class SurveyTestVO extends BaseEntity implements Serializable {
|
|||||||
|
|
||||||
@ApiModelProperty(value = "处理成效报告")
|
@ApiModelProperty(value = "处理成效报告")
|
||||||
private String reportPath;
|
private String reportPath;
|
||||||
|
private String reformAdvice;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -77,7 +77,8 @@
|
|||||||
supervision_temp_line_run_test_warning.reason problemReason,
|
supervision_temp_line_run_test_warning.reason problemReason,
|
||||||
supervision_temp_line_run_test_warning.deal_state dealState,
|
supervision_temp_line_run_test_warning.deal_state dealState,
|
||||||
supervision_warning_leaflet.take_step takeStep,
|
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
|
FROM supervision_temp_line_debug
|
||||||
inner JOIN supervision_temp_line_report
|
inner JOIN supervision_temp_line_report
|
||||||
ON supervision_temp_line_report.id = supervision_temp_line_debug.id
|
ON supervision_temp_line_report.id = supervision_temp_line_debug.id
|
||||||
|
|||||||
@@ -6,7 +6,8 @@
|
|||||||
select
|
select
|
||||||
supervision_user_complaint.*,
|
supervision_user_complaint.*,
|
||||||
supervision_warning_leaflet.take_step takeStep,
|
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
|
from supervision_user_complaint supervision_user_complaint
|
||||||
left join supervision_warning_leaflet
|
left join supervision_warning_leaflet
|
||||||
on supervision_warning_leaflet.problem_id = supervision_user_complaint.id WHERE ${ew.sqlSegment}
|
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.supv_object_name supvObjectName,
|
||||||
supervision_survey_plan.plan_end_time planEndTime,
|
supervision_survey_plan.plan_end_time planEndTime,
|
||||||
supervision_warning_leaflet.take_step takeStep,
|
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
|
FROM supervision_survey_test supervision_survey_test
|
||||||
left join supervision_survey_plan supervision_survey_plan
|
left join supervision_survey_plan supervision_survey_plan
|
||||||
on supervision_survey_test.plan_id = supervision_survey_plan.id
|
on supervision_survey_test.plan_id = supervision_survey_plan.id
|
||||||
|
|||||||
Reference in New Issue
Block a user