From 3f47e186c2cf54d964053656efa46b181912b967 Mon Sep 17 00:00:00 2001 From: liuxy Date: Thu, 24 Nov 2022 23:37:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuxy --- .../java/org/nl/wms/st/outbill/wql/QST_IVT_CHECKOUTBILL.wql | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lms/nladmin-system/src/main/java/org/nl/wms/st/outbill/wql/QST_IVT_CHECKOUTBILL.wql b/lms/nladmin-system/src/main/java/org/nl/wms/st/outbill/wql/QST_IVT_CHECKOUTBILL.wql index f8136ee90..719cc2409 100644 --- a/lms/nladmin-system/src/main/java/org/nl/wms/st/outbill/wql/QST_IVT_CHECKOUTBILL.wql +++ b/lms/nladmin-system/src/main/java/org/nl/wms/st/outbill/wql/QST_IVT_CHECKOUTBILL.wql @@ -68,11 +68,13 @@ IF 输入.flag = "1" PAGEQUERY SELECT - ios.* + ios.*, + cu.shd_dtl_num FROM ST_IVT_IOStorInv ios + LEFT JOIN md_cs_customerbase cu ON ios.cust_code = cu.cust_code WHERE - io_type = '1' + ios.io_type = '1' and ios.is_delete='0' OPTION 输入.bill_code <> ""