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

This commit is contained in:
2026-01-05 11:25:25 +07:00
parent adaa9fda9a
commit 402c1c0705
2 changed files with 4 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ const getNotificationErrorByIdDb = async (notification_error_id) => {
const queryText = `
SELECT
a.*,
b. is_active as contact_is_active,
b.is_active as contact_is_active,
c.is_read
FROM notification_error_user a