From 6c3a3e514e3cfba058d3becc2b365000281a4253 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期二, 27 一月 2026 09:53:46 +0800
Subject: [PATCH] 设备保养的附件上传

---
 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