From 56e6e0bf18c39a933aec78762b636fdf2efa8d68 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期一, 08 十二月 2025 17:59:24 +0800
Subject: [PATCH] 外购成品检验报告生成功能

---
 inspect-server/src/main/resources/mapper/InsReportMapper.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/inspect-server/src/main/resources/mapper/InsReportMapper.xml b/inspect-server/src/main/resources/mapper/InsReportMapper.xml
index fa58164..5014f27 100644
--- a/inspect-server/src/main/resources/mapper/InsReportMapper.xml
+++ b/inspect-server/src/main/resources/mapper/InsReportMapper.xml
@@ -18,7 +18,10 @@
         io.laboratory,
         io.ifs_inventory_id,
         iiq.is_copper,
-        ip.son_laboratory
+        ip.son_laboratory,
+        iiq.update_batch_no,
+        iiq.part_desc,
+        iiq.supplier_name
         from ins_report ir
         left join ins_order io on io.id = ir.ins_order_id
         LEFT JOIN ifs_inventory_quantity iiq ON iiq.id = io.ifs_inventory_id

--
Gitblit v1.9.3