add: is_send & updated_at in notif error user at notif error

This commit is contained in:
2026-01-05 11:31:43 +07:00
parent 402c1c0705
commit 0c16b2a3fd

View File

@@ -165,9 +165,9 @@ const getUsersNotificationErrorDb = async (id) => {
a.notification_error_user_id, a.notification_error_user_id,
a.contact_phone, a.contact_phone,
a.contact_name, a.contact_name,
c.is_active, a.is_send,
c.is_read, a.updated_at,
c.updated_at c.is_active
FROM notification_error_user a FROM notification_error_user a