From e34de7077207de08b7593a59e79de43491e7f822 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期二, 21 一月 2025 16:20:50 +0800
Subject: [PATCH] 删除冗余的文件

---
 StandardPda/MESApplication/Controllers/BasicData/MesSupplierController.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/StandardPda/MESApplication/Controllers/BasicData/MesSupplierController.cs b/StandardPda/MESApplication/Controllers/BasicData/MesSupplierController.cs
index 8782e2d..8955184 100644
--- a/StandardPda/MESApplication/Controllers/BasicData/MesSupplierController.cs
+++ b/StandardPda/MESApplication/Controllers/BasicData/MesSupplierController.cs
@@ -1,4 +1,5 @@
 锘縰sing System.Dynamic;
+using Masuit.Tools;
 using MES.Service.Dto.webApi;
 using MES.Service.Modes;
 using MES.Service.service;
@@ -32,6 +33,7 @@
         entity.Data = JsonConvert.SerializeObject(unit);
         entity.Status = 1;
         entity.CreateBy = "PL017";
+        entity.Route = unit.FNumber;
         try
         {
             dynamic resultInfos = new ExpandoObject();
@@ -75,6 +77,7 @@
         entity.Data = JsonConvert.SerializeObject(units);
         entity.Status = 1;
         entity.CreateBy = "PL017";
+        entity.Route = units.Select(it => it.FNumber).Join(",");
         try
         {
             dynamic resultInfos = new ExpandoObject();

--
Gitblit v1.9.3