From de9d46d66b67ec6b9201bbf2473104688f90acc1 Mon Sep 17 00:00:00 2001 From: liuxy Date: Sun, 19 Feb 2023 17:02:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/org/nl/wms/st/returns/wql/QST_IVT_INANDOUTRETRUN.wql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lms/nladmin-system/src/main/java/org/nl/wms/st/returns/wql/QST_IVT_INANDOUTRETRUN.wql b/lms/nladmin-system/src/main/java/org/nl/wms/st/returns/wql/QST_IVT_INANDOUTRETRUN.wql index 61ddb01f5..000263dc4 100644 --- a/lms/nladmin-system/src/main/java/org/nl/wms/st/returns/wql/QST_IVT_INANDOUTRETRUN.wql +++ b/lms/nladmin-system/src/main/java/org/nl/wms/st/returns/wql/QST_IVT_INANDOUTRETRUN.wql @@ -146,7 +146,9 @@ SELECT DISTINCT dis.box_no, mst.confirm_optname, - mst.confirm_optid + mst.confirm_optid, + mst.input_optid, + mst.input_optname FROM st_ivt_iostorinvdis dis LEFT JOIN st_ivt_iostorinv mst ON mst.iostorinv_id = dis.iostorinv_id