From 9ec2148cd94036307d58c41aa12fa27def757ee5 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 03 七月 2026 11:46:03 +0800
Subject: [PATCH] yml配置修改
---
inspect-server/src/main/resources/mapper/InsSampleMapper.xml | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
index 84d7228..eb6f9ec 100644
--- a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
+++ b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
@@ -486,7 +486,7 @@
ifs.supplier_id AS supplierId,
ifs.supplier_name AS supplierName,
ifs.part_no AS partNo,
- ifs.qty_arrived AS qtyArrived,
+ ifs.pur_qty_in_store AS qtyArrived,
ifs.receiver_date AS receiverDate,
ifs.update_batch_no AS updateBatchNo,
ifs.part_desc AS partDesc,
@@ -496,7 +496,8 @@
ifs.buy_unit_meas buyUnitMeas,
io.test_quantity testQuantity,
ifs.buy_unit_meas buyUnitMeas,
- ifs.declare_date declareDate
+ ifs.declare_date declareDate,
+ io.entrust_code AS entrustCode
FROM ifs_inventory_quantity ifs
LEFT JOIN ins_order io ON ifs.id = io.ifs_inventory_id
WHERE io.id = #{id}
--
Gitblit v1.9.3