From e9e88eefcc8abd2b1e187d28c7666e80307e97cc Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期六, 09 五月 2026 14:59:33 +0800
Subject: [PATCH] 不合格处理:切换新的OA流程
---
inspect-server/src/main/resources/mapper/InsSampleMapper.xml | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
index c361934..84d7228 100644
--- a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
+++ b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
@@ -193,7 +193,6 @@
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
@@ -208,6 +207,10 @@
WHEN io.ifs_inventory_id IS NOT NULL THEN iiq.supplier_name
ELSE io.supplier_name
END AS supplier_name,
+ CASE
+ WHEN io.ifs_inventory_id IS NOT NULL THEN iiq.contract
+ ELSE io.contract
+ END AS contract,
iiq.material_prop AS material_prop
FROM
--
Gitblit v1.9.3