From 3501b604e6c756e59dba68a5ed3064e26cfd749f Mon Sep 17 00:00:00 2001 From: hao <1836460075@qq.com> Date: 星期三, 23 四月 2025 14:13:59 +0800 Subject: [PATCH] 2 --- StandardInterface/MESApplication/Controllers/BasicData/OrganizeController.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/StandardInterface/MESApplication/Controllers/BasicData/OrganizeController.cs b/StandardInterface/MESApplication/Controllers/BasicData/OrganizeController.cs index 82ec070..427831e 100644 --- a/StandardInterface/MESApplication/Controllers/BasicData/OrganizeController.cs +++ b/StandardInterface/MESApplication/Controllers/BasicData/OrganizeController.cs @@ -34,6 +34,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