From 2ebe61813d9d305d22789e47d40175705fd20562 Mon Sep 17 00:00:00 2001 From: "kuang.yife" Date: Tue, 8 Aug 2023 17:08:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=AD=E9=97=A8=E7=B1=BB=E7=9B=AE=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/goods/DeptGoodsCategoryMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghy-goods/src/main/resources/mapper/goods/DeptGoodsCategoryMapper.xml b/ghy-goods/src/main/resources/mapper/goods/DeptGoodsCategoryMapper.xml index 6c35c4c3..c261f934 100644 --- a/ghy-goods/src/main/resources/mapper/goods/DeptGoodsCategoryMapper.xml +++ b/ghy-goods/src/main/resources/mapper/goods/DeptGoodsCategoryMapper.xml @@ -203,7 +203,7 @@ AND gc.type = #{type} - ORDER BY gc.level, dgc.category_sort + ORDER BY dgc.category_sort