فهرست منبع

报表复制问题

Raod 1 سال پیش
والد
کامیت
c61a1a562f

+ 1 - 0
report-core/src/main/java/com/anjiplus/template/gaea/business/modules/report/service/impl/ReportServiceImpl.java

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