|
@@ -153,10 +153,6 @@ public class ReportService extends ServiceImpl<ReportMapper, Report> {
|
|
|
}
|
|
|
//新增报告
|
|
|
Report report = this.loadReport(reportDto);
|
|
|
- if (reportDto.getTrack() != null && reportDto.getTrack()) {
|
|
|
- report.setCronConclusion(null);
|
|
|
- report.setConclusionId(null);
|
|
|
- }
|
|
|
report.insert();
|
|
|
if (files != null && files.size() != 0) {
|
|
|
//当
|