From 205c50459d423ad85b9a7e7378b1d201c6a29874 Mon Sep 17 00:00:00 2001 From: HH Date: Sat, 11 Mar 2023 16:29:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E7=B1=BB=E7=9B=AE=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E6=8E=92=E5=BA=8FORDER=20BY=20gc.category=5Fsort?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/goods/DeptGoodsCategoryMapper.xml | 3 ++- .../src/main/resources/mapper/goods/GoodsCategoryMapper.xml | 1 + 2 files changed, 3 insertions(+), 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 84b5f273..3c11ccb9 100644 --- a/ghy-goods/src/main/resources/mapper/goods/DeptGoodsCategoryMapper.xml +++ b/ghy-goods/src/main/resources/mapper/goods/DeptGoodsCategoryMapper.xml @@ -65,7 +65,7 @@ and dgc.dept_goods_category_id = #{deptGoodsCategoryId} - + ORDER BY gc.category_sort @@ -160,6 +160,7 @@ AND gc.type = #{type} + ORDER BY gc.category_sort