From cdf97cbb3d3ccdd34b04296b920e42eab03f29c1 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期二, 27 一月 2026 15:58:30 +0800
Subject: [PATCH] feat: BI大屏接口

---
 src/main/resources/mapper/sales/SalesLedgerProductMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/sales/SalesLedgerProductMapper.xml b/src/main/resources/mapper/sales/SalesLedgerProductMapper.xml
index 2732085..2fdd8d3 100644
--- a/src/main/resources/mapper/sales/SalesLedgerProductMapper.xml
+++ b/src/main/resources/mapper/sales/SalesLedgerProductMapper.xml
@@ -154,7 +154,7 @@
         select
             p.product_name as product_category,
             pm.model as specification_model,
-            pm.id
+            pm.id as product_model_id
         from product_model pm
         left join product p on pm.product_id = p.id
     </select>

--
Gitblit v1.9.3