Browse Source

创新 保养检修任务 批量指派后删除消息取消

huangpeng 4 months ago
parent
commit
20ca3033f4

+ 1 - 1
cx-equipment/cx-equipment-common/src/main/java/com/rongwei/bscommon/sys/service/impl/EquipmentSendNotifyServiceImpl.java

@@ -133,7 +133,7 @@ public class EquipmentSendNotifyServiceImpl implements EquipmentSendNotifyServic
             // 删除提醒
        //     CXCommonUtils.deleteSendNotify("maintain", id);
             maintenanceTaskService.deleteNotice("maintain", id);
-            maintenanceTaskService.deleteNoticeDetail(id);
+         //   maintenanceTaskService.deleteNoticeDetail(id);
 
             // 发送提醒
             CXCommonUtils.sendNotify(title, context, null, userId.stream().distinct().collect(Collectors.toList()),