From fc6cb184c32d02e159120897b0bc1c721f76fb72 Mon Sep 17 00:00:00 2001 From: gengby <858962040@qq.com> Date: Tue, 9 Aug 2022 19:08:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/org/nl/wms/ext/bigScreen/wql/QDEVICE_SCREEN.wql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mes/hd/nladmin-system/src/main/java/org/nl/wms/ext/bigScreen/wql/QDEVICE_SCREEN.wql b/mes/hd/nladmin-system/src/main/java/org/nl/wms/ext/bigScreen/wql/QDEVICE_SCREEN.wql index b89169b7..2a853222 100644 --- a/mes/hd/nladmin-system/src/main/java/org/nl/wms/ext/bigScreen/wql/QDEVICE_SCREEN.wql +++ b/mes/hd/nladmin-system/src/main/java/org/nl/wms/ext/bigScreen/wql/QDEVICE_SCREEN.wql @@ -251,7 +251,7 @@ device.device_code, device.device_name, pro.workprocedure_name, - (case when run.status_type = '01' then '关机' + (case when run.status_type = '01' or IFUNLL(status_type,'') = '' then '关机' when run.status_type = '02' then '开机' when run.status_type = '03' then '生产中' when run.status_type = '04' then '待机'