|
@@ -84,6 +84,8 @@ public class EquipmentSendNotifyServiceImpl implements EquipmentSendNotifyServic
|
|
|
@Autowired
|
|
|
private SysFileItemService sysFileItemService;
|
|
|
|
|
|
+
|
|
|
+
|
|
|
/**
|
|
|
* 根据任务ID发送 提醒
|
|
|
*
|
|
@@ -129,7 +131,8 @@ public class EquipmentSendNotifyServiceImpl implements EquipmentSendNotifyServic
|
|
|
maintenanceTaskDo.getWorkshop(), maintenanceTaskDo.getEquipmentname(), maintenanceTaskDo.getEquipmentnumber(),
|
|
|
maintenanceTaskDo.getMaintenancesite(), maintenanceTaskDo.getPrincipal(), maintenanceTaskDo.getOtherengineers());
|
|
|
// 删除提醒
|
|
|
- CXCommonUtils.deleteSendNotify("maintain", id);
|
|
|
+ // CXCommonUtils.deleteSendNotify("maintain", id);
|
|
|
+ maintenanceTaskService.deleteNotice("maintain", id);
|
|
|
|
|
|
// 发送提醒
|
|
|
CXCommonUtils.sendNotify(title, context, null, userId.stream().distinct().collect(Collectors.toList()),
|