|
|
@@ -2634,7 +2634,8 @@ public class IotRdDailyReportServiceImpl implements IotRdDailyReportService {
|
|
|
|
|
|
// 考虑到平台井的情况 只向有审批权限的人发送一次 钉钉提醒及站内信
|
|
|
// 任务为平台井时 只向主井的任务的 填报人所属部门或上级项目部下 有审批权限的人 发送消息提醒
|
|
|
- if (CollUtil.isNotEmpty(tobeSendMsgReports)) {
|
|
|
+ // 维护 非生产时间 施工简报 时 不发送消息提醒
|
|
|
+ if (CollUtil.isNotEmpty(tobeSendMsgReports) && StrUtil.isBlank(nonProduct.get())) {
|
|
|
Set<Long> deptIds = new HashSet<>();
|
|
|
IotRdDailyReportDO tobeSendMsgReport = tobeSendMsgReports.get(0);
|
|
|
Long deptId = tobeSendMsgReport.getDeptId();
|