DAL/基础资料/InterFace基础资料/ClsIF_Material_View.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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