报表复制问题

This commit is contained in:
Raod
2023-11-14 17:32:52 +08:00
parent 1f855878b7
commit c61a1a562f

View File

@@ -165,6 +165,7 @@ public class ReportServiceImpl implements ReportService {
GaeaBeanUtils.copyAndFormatter(report, copyReport);
copyReport.setReportCode(dto.getReportCode());
copyReport.setReportName(dto.getReportName());
copyReport.setId(null);
return copyReport;
}