From 73c9bc7368af1afa7f3d1eaa3fea72f95547005e Mon Sep 17 00:00:00 2001 From: suzhuhong Date: Fri, 13 Mar 2026 13:54:43 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9APC=20=E5=BF=83=E6=84=BF=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/order/StoreOrderOptionSnapshotMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coolstore-partner-dao/src/main/resources/mapper/order/StoreOrderOptionSnapshotMapper.xml b/coolstore-partner-dao/src/main/resources/mapper/order/StoreOrderOptionSnapshotMapper.xml index 19372f21a..c2dea1280 100644 --- a/coolstore-partner-dao/src/main/resources/mapper/order/StoreOrderOptionSnapshotMapper.xml +++ b/coolstore-partner-dao/src/main/resources/mapper/order/StoreOrderOptionSnapshotMapper.xml @@ -66,9 +66,9 @@ a.create_time, a.option_unit FROM zxjp_store_order_option_snapshot a left join - sys_dict_column_5558ce7a3aa84e3590392fcaa8697ffb b on a.category_code = b.column_code + zxjp_cfg_item_category b on a.category_code = b.category_code WHERE order_id = #{orderId} - ORDER BY b.id asc,a.id ASC + ORDER BY b.sort_no asc,a.id ASC