From 319e76c080c6c2b34dd01ba0d6cc49023d7bfda8 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 20 十一月 2025 13:06:57 +0800
Subject: [PATCH] 影像仪数采调整

---
 inspect-server/src/main/resources/mapper/InsSampleMapper.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
index 9f9164c..cf45ff2 100644
--- a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
+++ b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
@@ -194,7 +194,8 @@
         ira.temp_url_pdf,
         iiq.is_copper,
         iiq.is_split_order,
-        iiq.update_batch_no
+        iiq.update_batch_no,
+        iiq.part_desc
         FROM
         ins_order io
         LEFT JOIN ins_sample isa ON isa.ins_order_id = io.id

--
Gitblit v1.9.3