From 876d72a43b52fd4de8c37196d4f8dfd92bab4b7e Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期二, 23 十二月 2025 16:37:34 +0800
Subject: [PATCH] feat(production): 添加productId

---
 src/main/resources/mapper/basic/ProductModelMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/basic/ProductModelMapper.xml b/src/main/resources/mapper/basic/ProductModelMapper.xml
index ef786c4..799257d 100644
--- a/src/main/resources/mapper/basic/ProductModelMapper.xml
+++ b/src/main/resources/mapper/basic/ProductModelMapper.xml
@@ -29,6 +29,7 @@
                 and pm.speculative_trading_name like  concat('%',#{c.speculativeTradingName},'%')
             </if>
         </where>
+        order by  pm.id
     </select>
 
 

--
Gitblit v1.9.3