|
@@ -435,8 +435,8 @@ public class EquipmentSendNotifyServiceImpl implements EquipmentSendNotifyServic
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
- CXCommonUtils.sendNotify(noticeId, PREVIOUS_UNFINISHED_TASK_TITLE, context, plantId, userIdList.stream().distinct().collect(Collectors.toList()),
|
|
|
|
- fileItemId, PREVIOUS_UNFINISHED_TASK, true);
|
|
|
|
|
|
+ CXCommonUtils.sendNotify(noticeId, PREVIOUS_UNFINISHED_TASK_TITLE, context,fileItemId , userIdList.stream().distinct().collect(Collectors.toList()),
|
|
|
|
+ plantId, PREVIOUS_UNFINISHED_TASK, true);
|
|
}
|
|
}
|
|
|
|
|
|
return R.ok();
|
|
return R.ok();
|
|
@@ -518,8 +518,8 @@ public class EquipmentSendNotifyServiceImpl implements EquipmentSendNotifyServic
|
|
fileItemId = jsonObject.get("filename").toString() + "-;-" + jsonObject.get("id").toString();
|
|
fileItemId = jsonObject.get("filename").toString() + "-;-" + jsonObject.get("id").toString();
|
|
;
|
|
;
|
|
}
|
|
}
|
|
- CXCommonUtils.sendNotify(noticeId, END_UNFINISHED_TASK_TITLE, context, plantId, userIdList.stream().distinct().collect(Collectors.toList()),
|
|
|
|
- fileItemId, END_UNFINISHED_TASK, true);
|
|
|
|
|
|
+ CXCommonUtils.sendNotify(noticeId, END_UNFINISHED_TASK_TITLE, context,fileItemId , userIdList.stream().distinct().collect(Collectors.toList()),
|
|
|
|
+ plantId, END_UNFINISHED_TASK, true);
|
|
}
|
|
}
|
|
|
|
|
|
return R.ok();
|
|
return R.ok();
|