diff --git a/wms/hd/nladmin-system/src/main/java/org/nl/wms/common/wql/QSTRUCT_RULE.wql b/wms/hd/nladmin-system/src/main/java/org/nl/wms/common/wql/QSTRUCT_RULE.wql index 2c7a621..41efb88 100644 --- a/wms/hd/nladmin-system/src/main/java/org/nl/wms/common/wql/QSTRUCT_RULE.wql +++ b/wms/hd/nladmin-system/src/main/java/org/nl/wms/common/wql/QSTRUCT_RULE.wql @@ -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