hao
2025-07-17 c5f74c8471358dbfb6977f4d9d392b656c31a16a
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();
        });
    }
}