|
@@ -167,8 +167,8 @@ public class EquipmentSendNotifyServiceImpl implements EquipmentSendNotifyServic
|
|
|
maintenanceTaskDo.getMaintenancesite(), simpleDateFormat.format(maintenanceTaskDo.getTaskendtime()), maintenanceTaskDo.getPrincipal(),
|
|
|
maintenanceTaskDo.getOtherengineers());
|
|
|
|
|
|
- // 删除提醒
|
|
|
- CXCommonUtils.deleteSendNotify("maintain", id);
|
|
|
+ // 删除提醒 走前端
|
|
|
+// CXCommonUtils.deleteSendNotify("maintain", id);
|
|
|
|
|
|
CXCommonUtils.sendNotify(ACCEPTANCE_SYSTEM_TITLE, context, null, userId.stream().distinct().collect(Collectors.toList()),
|
|
|
maintenanceTaskDo.getId(), ACCEPTMAINTAINTASK, false);
|