Showing
1 changed file
with
1 additions
and
1 deletions
@@ -219,7 +219,7 @@ public class ReportService implements IReportService { | @@ -219,7 +219,7 @@ public class ReportService implements IReportService { | ||
219 | rpRes.setReportId(ampReport.getId()); | 219 | rpRes.setReportId(ampReport.getId()); |
220 | } | 220 | } |
221 | reportDetailRepository.save(report.getRpDetailList()); | 221 | reportDetailRepository.save(report.getRpDetailList()); |
222 | - reportResultRepository.save(report.getBasicResList()); | 222 | + reportResultRepository.save(report.getBasicResList()); |
223 | return ampReport.getId(); | 223 | return ampReport.getId(); |
224 | } | 224 | } |
225 | 225 |
-
Please register or login to post a comment