From bbe9fb61a7e3fbad1745bc09dc3e3c100eacc8b6 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期六, 16 五月 2026 14:13:30 +0800
Subject: [PATCH] feat: 设备保养修改,新增保养人、详情

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

diff --git a/src/main/resources/mapper/sales/ShippingInfoMapper.xml b/src/main/resources/mapper/sales/ShippingInfoMapper.xml
index 1134c45..e1ca875 100644
--- a/src/main/resources/mapper/sales/ShippingInfoMapper.xml
+++ b/src/main/resources/mapper/sales/ShippingInfoMapper.xml
@@ -21,6 +21,7 @@
         sl.sales_contract_no,
         slp.specification_model,
         p.product_name,
+        pm.thickness,
         sl.customer_name
         FROM shipping_info s
         LEFT JOIN sales_ledger sl ON s.sales_ledger_id = sl.id

--
Gitblit v1.9.3