|
@@ -276,7 +276,7 @@ public class IotRyDailyReportServiceImpl implements IotRyDailyReportService {
|
|
|
tempDetail.setDeptId(iotRyDailyReport.getDeptId());
|
|
tempDetail.setDeptId(iotRyDailyReport.getDeptId());
|
|
|
tempDetail.setTaskId(iotRyDailyReport.getTaskId());
|
|
tempDetail.setTaskId(iotRyDailyReport.getTaskId());
|
|
|
tempDetail.setReportId(iotRyDailyReport.getId());
|
|
tempDetail.setReportId(iotRyDailyReport.getId());
|
|
|
- tempDetail.setReportDate(reportDetailDate);
|
|
|
|
|
|
|
+ tempDetail.setReportDate(detail.getReportDate());
|
|
|
reportDOs.add(tempDetail);
|
|
reportDOs.add(tempDetail);
|
|
|
});
|
|
});
|
|
|
// 插入日报明细记录
|
|
// 插入日报明细记录
|