xwt
2025-08-03 3f7693504fdb48ab76fd41029859d84774b42a28
StandardInterface/MES.Service/service/QcIssueResult/QcIssueResultManager.cs
@@ -741,12 +741,9 @@
    {
        switch (iqcStatus)
        {
            case "退货":
                return "3";
            case "特采/让步使用":
            case "待判":
                return "1";
            case "挑选/返工使用":
                return "2";
            default:
                return "0"; // 默认值
        }