From 3b0815dec3495f06282361bbdd37291d70a99d91 Mon Sep 17 00:00:00 2001 From: Derran Date: Mon, 10 Nov 2025 14:57:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=AB=E7=91=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/product/WalletAccountAssociateOrderRecordDao.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dating-agency-mall-server/src/main/resources/mapper/product/WalletAccountAssociateOrderRecordDao.xml b/dating-agency-mall-server/src/main/resources/mapper/product/WalletAccountAssociateOrderRecordDao.xml index 9b0fd06..cc1fe6b 100644 --- a/dating-agency-mall-server/src/main/resources/mapper/product/WalletAccountAssociateOrderRecordDao.xml +++ b/dating-agency-mall-server/src/main/resources/mapper/product/WalletAccountAssociateOrderRecordDao.xml @@ -212,8 +212,8 @@ LEFT JOIN da_product_spec_term as dpst3 on dpst3.is_delete=0 and dpst3.product_spec_id =dps.id and dpst3.`name`=2 where dp.is_delete=0 and dp.`status`=1 and dp.sub_category=2001 - - AND dp.operating_system = #{queryParam.operatingSystem} + + AND dp.operating_system = #{queryParams.operatingSystem} order by dps.unit_original_price asc