zrg
2025-04-02 235ddcabc45bab8a8434c92e537f5c6183b7efb7
WebAPI/Controllers/生产管理/报工台工序/Sc_QualityReportStepBillController.cs
@@ -427,7 +427,7 @@
        {
            try
            {
                ds = oCN.RunProcReturn("Select HItemID,HNumber from Gy_BadReason where HStopflag=0 and HNumber='" + HBadReasonNumber + "'", "Gy_BadReason");
                ds = oCN.RunProcReturn("Select HItemID,HNumber,HName from Gy_BadReason where HStopflag=0 and HNumber='" + HBadReasonNumber + "'", "Gy_BadReason");
                if (ds == null || ds.Tables[0].Rows.Count == 0)
                {
                    objJsonResult.code = "0";