From d5cc87ca41925bcfb24d6d88240ff195c8190268 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期二, 27 一月 2026 09:19:38 +0800
Subject: [PATCH] yys 巡检管理模块修改

---
 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..71b776c 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