ch
2021-08-02 d0aa1c98ba0e1937e40d03e41ae0b6033d6dbcf8
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)
                {