YL
2021-08-18 6c663ed6297530624a7f7df0a24783aee705a5dd
Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API
1个文件已修改
2 ■■■ 已修改文件
DAL/基础资料/InterFace基础资料/ClsIF_Material_View.cs 2 ●●● 补丁 | 查看 | 原始文档 | 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