From 33d36c2db125a87d826caadcb6583f34df9c2624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E9=B9=8F=E9=A3=9E?= Date: Thu, 27 Jun 2024 15:41:53 +0800 Subject: [PATCH] =?UTF-8?q?optimize:=20=E6=8C=89=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E5=80=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/master/BomNewEbomParentMapper.xml | 1 + .../src/main/resources/mapper/master/BomNewPbomParentMapper.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/nflg_project_dev/nflg-bom-new/src/main/resources/mapper/master/BomNewEbomParentMapper.xml b/nflg_project_dev/nflg-bom-new/src/main/resources/mapper/master/BomNewEbomParentMapper.xml index d8e22573..e3ea4e2a 100644 --- a/nflg_project_dev/nflg-bom-new/src/main/resources/mapper/master/BomNewEbomParentMapper.xml +++ b/nflg_project_dev/nflg-bom-new/src/main/resources/mapper/master/BomNewEbomParentMapper.xml @@ -523,6 +523,7 @@ AND (root_is = 1 OR user_root_is = 1) AND sap_state > 3 AND created_by = #{userCode} + ORDER BY release_time DESC