|
@@ -270,6 +270,7 @@ public class PmWorkReportServiceImpl extends AbstractCrudService<PmWorkReportMap
|
|
|
newReport.setSendDingTalk(pmWorkReport.getSendDingTalk());
|
|
|
newReport.setReportFile(pmWorkReport.getReportFile());
|
|
|
newReport.setReportImage(pmWorkReport.getReportImage());
|
|
|
+ newReport.setReportStatus(1);
|
|
|
if (pmWorkReport.getIsRegularlySend() == 1 && timingTime != null) {
|
|
|
if (timingTime.isAfter(currentTimePlusMinutes)) {
|
|
|
newReport.setIsRegularlySend(pmWorkReport.getIsRegularlySend());
|