xwt
2025-07-04 940b1a470e6a9614adbf992eed05e47c52521486
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();
        });
    }
}