From 5dadeef4bdd6ce29f369732286414112cd62981d Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期日, 29 三月 2026 22:40:28 +0800
Subject: [PATCH] feat: 质检参数新增检测器具和设备相关字段
---
src/main/resources/mapper/production/ProductionProductMainMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/production/ProductionProductMainMapper.xml b/src/main/resources/mapper/production/ProductionProductMainMapper.xml
index 0a37f4d..e4ac324 100644
--- a/src/main/resources/mapper/production/ProductionProductMainMapper.xml
+++ b/src/main/resources/mapper/production/ProductionProductMainMapper.xml
@@ -25,6 +25,7 @@
ppo.quantity,
ppo.scrap_qty,
pm.unit,
+ pm.uid_no,
sl.sales_contract_no salesContractNo
from
production_product_main ppm
--
Gitblit v1.9.3