From 87797e58121f796219a6f92d1b1f68220b42e980 Mon Sep 17 00:00:00 2001 From: gong <1157756119@qq.com> Date: Mon, 29 Dec 2025 15:32:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E8=81=94=E5=95=86=E5=93=81=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=90=8C=E6=AD=A5=E5=95=86=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/ProductMapper.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cash-service/product-service/src/main/resources/mapper/ProductMapper.xml b/cash-service/product-service/src/main/resources/mapper/ProductMapper.xml index dbc19dcd5..828ba4455 100644 --- a/cash-service/product-service/src/main/resources/mapper/ProductMapper.xml +++ b/cash-service/product-service/src/main/resources/mapper/ProductMapper.xml @@ -153,6 +153,10 @@ #{item} + or t1.sync_id in + + #{item} + order by t1.sort desc,t1.id desc