note status => update

This commit is contained in:
Yuri Kuznetsov
2025-07-01 19:59:45 +03:00
parent 364ed08dd3
commit 2e704cc6d8
10 changed files with 220 additions and 192 deletions
@@ -226,7 +226,6 @@ class RecordService
Cond::in(Expr::column(Notification::ATTR_ACTION_ID), $actionIds),
)
)
->where([Attribute::ID => $ids])
->build();
$this->entityManager->getQueryExecutor()->execute($query);