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) {