设备产能改造

This commit is contained in:
18188916393
2022-08-12 16:04:56 +08:00
parent a73f035ed8
commit 8335c503ba

View File

@@ -278,11 +278,13 @@
FROM
pdm_bi_device device
where
1=1
device.is_delete = '0'
AND device.is_active = '1'
OPTION 输入.workprocedure_id <> ""
device.workprocedure_id = 输入.workprocedure_id
ENDOPTION
ENDSELECT
ENDQUERY
ENDIF