From 099af41847066c185ad65b8f6bcaf2a7f4d70c67 Mon Sep 17 00:00:00 2001 From: 18188916393 <2562295436@qq.com> Date: Tue, 11 Oct 2022 13:12:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A7=E6=9E=B6=E5=88=86=E9=85=8D=E5=88=B0?= =?UTF-8?q?=E8=BE=93=E9=80=81=E7=BA=BF=20=E6=B2=A1=E6=9C=89=E5=88=A4?= =?UTF-8?q?=E6=96=AD=E7=82=B9=E4=BD=8D=E7=89=A9=E6=96=99=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/org/nl/wms/common/wql/QSTRUCT_RULE.wql | 4 ++++ 1 file changed, 4 insertions(+) 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 85a1df8..9f04bfb 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 @@ -386,6 +386,7 @@ IF 输入.flag = "13" point.area_type = '07' AND device_point_type = '01' AND point.MODE <> '0' + AND point.point_status='00' AND ( point.vehicle_code = '' OR point.vehicle_code IS NULL ) AND task.task_code IS NULL ENDSELECT @@ -419,6 +420,9 @@ IF 输入.flag = "14" OPTION 输入.area_type <> "" point.area_type = 输入.area_type ENDOPTION + OPTION 输入.material_type <> "" + material.material_type = 输入.material_type + ENDOPTION order by ruledis.out_seq_no ENDSELECT ENDQUERY