分配规则提交

This commit is contained in:
18188916393
2022-10-12 15:30:05 +08:00
parent fd8a1a2fe7
commit d74c2c4f24

View File

@@ -219,11 +219,10 @@ IF 输入.flag = "6"
AND ( point.vehicle_code = '' OR point.vehicle_code IS NULL )
AND task.task_code IS NULL
AND point.point_status = '00'
and point.material_code<>'0'
OPTION 输入.material_type <> ""
point.material_type = 输入.material_type
ENDOPTION
OPTION 输入.material_code <> ""
OPTION point.material_code <> "0"
point.material_code = 输入.material_code
ENDOPTION
ENDSELECT