rapair: info device notification error
This commit is contained in:
@@ -20,6 +20,7 @@ const getNotificationByIdDb = async (id) => {
|
|||||||
d.device_code,
|
d.device_code,
|
||||||
d.device_name,
|
d.device_name,
|
||||||
d.device_location,
|
d.device_location,
|
||||||
|
d.listen_channel,
|
||||||
e.brand_name
|
e.brand_name
|
||||||
|
|
||||||
FROM notification_error a
|
FROM notification_error a
|
||||||
@@ -105,6 +106,7 @@ const getAllNotificationDb = async (searchParams = {}) => {
|
|||||||
d.device_code,
|
d.device_code,
|
||||||
d.device_name,
|
d.device_name,
|
||||||
d.device_location,
|
d.device_location,
|
||||||
|
d.listen_channel,
|
||||||
e.brand_name,
|
e.brand_name,
|
||||||
|
|
||||||
COALESCE(d.device_name, '') + ' - ' + COALESCE(b.error_code_name, '') AS device_name_error
|
COALESCE(d.device_name, '') + ' - ' + COALESCE(b.error_code_name, '') AS device_name_error
|
||||||
|
|||||||
Reference in New Issue
Block a user