From c9b6471b082dd95160b67ccf3dfd4aa1a34f7b32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E9=B9=8F=E9=A3=9E?= Date: Wed, 30 Jul 2025 15:48:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BA=A7=E5=93=81=E6=9C=BA=E5=9E=8B?= =?UTF-8?q?=E7=9A=84=E9=87=8D=E8=A6=81=E5=8F=82=E6=95=B0=E5=92=8C=E4=B8=BB?= =?UTF-8?q?=E8=A6=81=E5=8F=82=E6=95=B0=E7=AC=AC=E4=BA=8C=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=B8=BAid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/ProductModelParamsMapper.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nflg-mobilebroken-repository/src/main/resources/mapper/ProductModelParamsMapper.xml b/nflg-mobilebroken-repository/src/main/resources/mapper/ProductModelParamsMapper.xml index f83dcbc9..91f245d8 100644 --- a/nflg-mobilebroken-repository/src/main/resources/mapper/ProductModelParamsMapper.xml +++ b/nflg-mobilebroken-repository/src/main/resources/mapper/ProductModelParamsMapper.xml @@ -27,21 +27,21 @@ AND pmp.state = 1 AND pmpi.main = 1 AND pmpi.language_code = #{language} - ORDER BY pmpi.main_sort + ORDER BY pmpi.main_sort,pmpi.id