hao
2025-08-04 2b9f544a55f30f0b6e8010b84ed8b60f2c4cb78e
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"; // 默认值
        }