From b9fe740d4441b79b42bf7777046114bd13cd44cf Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期二, 27 一月 2026 10:25:17 +0800
Subject: [PATCH] refactor(sales): 库存报表-日报-月报-进出项报表

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

diff --git a/src/main/resources/mapper/sales/SalesLedgerProductMapper.xml b/src/main/resources/mapper/sales/SalesLedgerProductMapper.xml
index e27d27e..018f08e 100644
--- a/src/main/resources/mapper/sales/SalesLedgerProductMapper.xml
+++ b/src/main/resources/mapper/sales/SalesLedgerProductMapper.xml
@@ -9,7 +9,7 @@
         T1.*,
         t3.shipping_car_number,
         t3.shipping_date,
-        t3.status as shippingStatus
+        t3.status as shippingStatus,
         t3.shipping_date,
         CASE
         WHEN t2.qualitity > T1.quantity THEN 1
@@ -158,7 +158,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