From 5648a24be5fa8b8981c399c09a5d5a306bae1d5e Mon Sep 17 00:00:00 2001 From: hao <1836460075@qq.com> Date: 星期三, 16 七月 2025 08:33:57 +0800 Subject: [PATCH] 工单备料测试 --- StandardInterface/MES.Service/service/QC/XJService.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/StandardInterface/MES.Service/service/QC/XJService.cs b/StandardInterface/MES.Service/service/QC/XJService.cs index 9ed2beb..9e9aa40 100644 --- a/StandardInterface/MES.Service/service/QC/XJService.cs +++ b/StandardInterface/MES.Service/service/QC/XJService.cs @@ -13,7 +13,7 @@ private readonly BaseService _baseService = new(); - private readonly string[] statusArray = ["寮�宸�", "寰呭紑宸�"]; + private readonly string[] statusArray = ["宸插紑宸�", "鏈紑宸�", "寰呭紑宸�"]; //鐢熸垚鏈�鏂扮殑妫�楠屽崟鍙� public string getMaxReleaseNo() @@ -528,4 +528,5 @@ .ExecuteCommand(); }); } + } \ No newline at end of file -- Gitblit v1.9.3