From 1bd739f3801f87a4dd06124a6f968b53018c8d57 Mon Sep 17 00:00:00 2001 From: liuxy Date: Tue, 28 Feb 2023 12:35:17 +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 --- .../src/main/java/org/nl/wms/st/outbill/wql/ST_OUTIVT04.wql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lms/nladmin-system/src/main/java/org/nl/wms/st/outbill/wql/ST_OUTIVT04.wql b/lms/nladmin-system/src/main/java/org/nl/wms/st/outbill/wql/ST_OUTIVT04.wql index e361b9231..213e9dc4f 100644 --- a/lms/nladmin-system/src/main/java/org/nl/wms/st/outbill/wql/ST_OUTIVT04.wql +++ b/lms/nladmin-system/src/main/java/org/nl/wms/st/outbill/wql/ST_OUTIVT04.wql @@ -257,6 +257,8 @@ AND attr.out_order_seq > 输入.out_order_seq AND IFNULL( attr.storagevehicle_code, '' ) <> '' + ORDER BY out_order_seq DESC + ENDSELECT ENDQUERY ENDIF @@ -274,6 +276,8 @@ AND attr.out_order_seq < 输入.out_order_seq AND IFNULL( attr.storagevehicle_code, '' ) <> '' + ORDER BY out_order_seq + ENDSELECT ENDQUERY ENDIF