From 01ca89300e9ebf6e17be8815d779b29630293e74 Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期日, 11 五月 2025 16:16:59 +0800
Subject: [PATCH] 更新检验项目获取
---
StandardInterface/MESApplication/Controllers/BasicData/MesUnitController.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/StandardInterface/MESApplication/Controllers/BasicData/MesUnitController.cs b/StandardInterface/MESApplication/Controllers/BasicData/MesUnitController.cs
index d23db51..bde964c 100644
--- a/StandardInterface/MESApplication/Controllers/BasicData/MesUnitController.cs
+++ b/StandardInterface/MESApplication/Controllers/BasicData/MesUnitController.cs
@@ -33,6 +33,7 @@
entity.Data = JsonConvert.SerializeObject(unit);
entity.Status = 1;
entity.CreateBy = "PL017";
+ entity.Route = unit.FNumber;
try
{
dynamic resultInfos = new ExpandoObject();
--
Gitblit v1.9.3