wisdom #19

Merged
bragaz_rexita merged 38 commits from wisdom into main 2025-12-22 09:18:18 +00:00
Showing only changes of commit 706fd401f4 - Show all commits

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