From e50a43bb067adff10cd1dcc81349b1aafdfda882 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 22 一月 2026 13:18:44 +0800
Subject: [PATCH] 业务管理:IFS域区分【ZTNS】和【KJNS】

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

diff --git a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
index ff26f13..c361934 100644
--- a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
+++ b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
@@ -193,7 +193,7 @@
         ira.temp_url_pdf,
         iiq.is_copper,
         iiq.is_split_order,
-
+        iiq.contract,
         CASE
         WHEN io.ifs_inventory_id IS NOT NULL THEN iiq.update_batch_no
         ELSE io.update_batch_no

--
Gitblit v1.9.3