1
zgq
2021-08-05 ff0200af921de5bbc3ae2c3c732a248cf1605004
WebAPI/Controllers/MJJY/Mj_PDA_MoudlCheckController.cs
@@ -43,7 +43,7 @@
                    return objJsonResult;
                }
                //得到信息
                ds = oCN.RunProcReturn("select top 1 * from h_v_IF_Mould  where HNumber= '" + HBarCode + "'", "h_v_IF_Mould");
                ds = oCN.RunProcReturn("select top 1 * from h_v_IF_Mould  where HBarCode = '" + HBarCode + "'", "h_v_IF_Mould");
                //写入信息
                if (ds == null || ds.Tables[0].Rows.Count == 0)
                {