工单任务修改

This commit is contained in:
18188916393
2022-09-25 14:10:49 +08:00
parent 6ad1534acf
commit 8457bcebfb

View File

@@ -106,7 +106,8 @@
IF 输入.flag = "3"
QUERY
SELECT
point.point_code AS device_code,
point.point_code,
device.device_code,
task.*,
material.material_code,
material.material_name,
@@ -117,6 +118,7 @@
LEFT JOIN sch_base_point point ON point.device_id = task.device_id
AND point.point_code <> 'MDJXS101'
LEFT JOIN md_me_material material ON material.material_id = task.material_id
LEFT JOIN pdm_base_device device ON device.device_id = task.device_id
WHERE
1 =1
OPTION 输入.producetask_id <> ""