repair: resend chat all user & by user
This commit is contained in:
@@ -165,11 +165,13 @@ const getUsersNotificationErrorDb = async (id) => {
|
||||
a.notification_error_user_id,
|
||||
a.contact_phone,
|
||||
a.contact_name,
|
||||
a.is_send
|
||||
c.is_active
|
||||
|
||||
FROM notification_error_user a
|
||||
|
||||
LEFT JOIN notification_error b ON a.notification_error_id = b.notification_error_id
|
||||
|
||||
LEFT JOIN contact c ON a.contact_phone = c.contact_phone
|
||||
|
||||
WHERE a.notification_error_id = $1
|
||||
AND a.deleted_at IS NULL
|
||||
|
||||
Reference in New Issue
Block a user