rapair: info device notification error

This commit is contained in:
2025-12-18 16:36:48 +07:00
parent 518d6ff427
commit 706fd401f4

View File

@@ -20,6 +20,7 @@ const getNotificationByIdDb = async (id) => {
d.device_code,
d.device_name,
d.device_location,
d.listen_channel,
e.brand_name
FROM notification_error a
@@ -105,6 +106,7 @@ const getAllNotificationDb = async (searchParams = {}) => {
d.device_code,
d.device_name,
d.device_location,
d.listen_channel,
e.brand_name,
COALESCE(d.device_name, '') + ' - ' + COALESCE(b.error_code_name, '') AS device_name_error