From 78456b712df7ed58cb43ea980395a07c502a356a Mon Sep 17 00:00:00 2001
From: hao <1836460075@qq.com>
Date: 星期二, 08 七月 2025 17:49:22 +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