更新
This commit is contained in:
@@ -251,7 +251,7 @@
|
|||||||
device.device_code,
|
device.device_code,
|
||||||
device.device_name,
|
device.device_name,
|
||||||
pro.workprocedure_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 = '02' then '开机'
|
||||||
when run.status_type = '03' then '生产中'
|
when run.status_type = '03' then '生产中'
|
||||||
when run.status_type = '04' then '待机'
|
when run.status_type = '04' then '待机'
|
||||||
|
|||||||
Reference in New Issue
Block a user