|
@@ -248,6 +248,7 @@ public class CreateRyDailyReportWithDtDeviceOrderJob implements JobHandler {
|
|
|
if (ObjUtil.isNotEmpty(latestReport)) {
|
|
if (ObjUtil.isNotEmpty(latestReport)) {
|
|
|
BeanUtils.copyProperties(latestReport, noDeviceReport);
|
|
BeanUtils.copyProperties(latestReport, noDeviceReport);
|
|
|
noDeviceReport.setId(null);
|
|
noDeviceReport.setId(null);
|
|
|
|
|
+ noDeviceReport.setTaskId(null);
|
|
|
noDeviceReport.setCreateTime(LocalDateTime.now());
|
|
noDeviceReport.setCreateTime(LocalDateTime.now());
|
|
|
noDeviceReport.setUpdateTime(LocalDateTime.now());
|
|
noDeviceReport.setUpdateTime(LocalDateTime.now());
|
|
|
}
|
|
}
|