From 956f105cc7d3fe362cf13635e1cf11fced4dda3a Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期一, 26 一月 2026 12:44:49 +0800
Subject: [PATCH] feat(stock):生产报工出库

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

diff --git a/src/main/resources/mapper/sales/SalesLedgerProductMapper.xml b/src/main/resources/mapper/sales/SalesLedgerProductMapper.xml
index f74c3fa..e27d27e 100644
--- a/src/main/resources/mapper/sales/SalesLedgerProductMapper.xml
+++ b/src/main/resources/mapper/sales/SalesLedgerProductMapper.xml
@@ -9,6 +9,8 @@
         T1.*,
         t3.shipping_car_number,
         t3.shipping_date,
+        t3.status as shippingStatus
+        t3.shipping_date,
         CASE
         WHEN t2.qualitity > T1.quantity THEN 1
         ELSE 0

--
Gitblit v1.9.3