Merge pull request 'wisdom' (#23) from wisdom into main

Reviewed-on: #23
This commit is contained in:
2026-01-05 07:06:16 +00:00
2 changed files with 3 additions and 1 deletions

View File

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

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