王 垚
2021-10-21 77da9d28bf5758b98f860c13687fbaf4f8255800
DAL/基础资料/InterFace基础资料/ClsIF_Material_View.cs
@@ -62,7 +62,7 @@
            DataSet DS;
            try
            {
                DS = oCn.RunProcReturn("Select * from " + MvarItemKey + " Where HNumber='" + sNumber + "'", MvarItemKey, ref DBUtility.ClsPub.sExeReturnInfo);
                DS = oCn.RunProcReturn("Select * from " + MvarItemKey + " Where HNumber='" + sNumber + "' and HUSEORGID="+ DBUtility.ClsPub.HOrgID, MvarItemKey, ref DBUtility.ClsPub.sExeReturnInfo);
                if (DS.Tables[0].Rows.Count == 0)
                    return false;
                else