fix activities hasAttachment null => false

This commit is contained in:
Yuri Kuznetsov
2025-04-03 22:22:48 +03:00
parent 80ad254cf6
commit 3af94e3545
@@ -203,7 +203,7 @@ class Service
'parentId',
'status',
Field::CREATED_AT,
['null', 'hasAttachment'],
['false', 'hasAttachment'],
])
->leftJoin(
'CallUser',