From 53180f3b48289b4e8dc2569e938d60ea1262abd2 Mon Sep 17 00:00:00 2001 From: Kelvin Date: Sun, 5 Jan 2025 20:32:53 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=BA=93=E4=BD=8D):=20mapper,=20?= =?UTF-8?q?=E6=8E=92=E5=BA=8F=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ktg-mes/src/main/resources/mapper/wm/WmStorageAreaMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktg-mes/src/main/resources/mapper/wm/WmStorageAreaMapper.xml b/ktg-mes/src/main/resources/mapper/wm/WmStorageAreaMapper.xml index e38919f..c381dbf 100644 --- a/ktg-mes/src/main/resources/mapper/wm/WmStorageAreaMapper.xml +++ b/ktg-mes/src/main/resources/mapper/wm/WmStorageAreaMapper.xml @@ -109,7 +109,7 @@ and IS_DELETE = 0 - ORDER BY AREA_CODE ASC + ORDER BY attr2 ASC