duhe
2023-08-16 0450410946f3fb7df63f3e6bdf4e2e20e7d910f3
DAL/基础资料/公用基础资料/ClsGy_Warehouse_View.cs
@@ -66,7 +66,26 @@
            {
                throw (e);
            }
        }
        }
        //鏍规嵁浠g爜杩斿洖椤圭洰淇℃伅
        public override bool GetInfoByName(string sNumber)
        {
            DataSet DS;
            try
            {
                DS = oCn.RunProcReturn("Select * from " + MvarItemKey + " Where HName='" + sNumber + "'", MvarItemKey, ref DBUtility.ClsPub.sExeReturnInfo);
                if (DS.Tables[0].Rows.Count == 0)
                    return false;
                else
                {
                    return GetInfo(DS);
                }
            }
            catch (Exception e)
            {
                throw (e);
            }
        }
        //杩斿洖椤圭洰淇℃伅
        public override bool GetInfo(DataSet Ds)
        {