杨乐
2022-02-11 a5b7843bbda42aea3e24f0a519679b6cc8f3ee72
WebAPI/Controllers/BaseSet/Gy_ProcessController.cs
@@ -323,14 +323,14 @@
                long HProcID = list[0].HProcID;
                //判断权限
                if (!ClsPub.Security_Log("Gy_Process_Edit", 1, false, msg3))
                {
                    objJsonResult.code = "0";
                    objJsonResult.count = 0;
                    objJsonResult.Message = "没有找到该功能模块!";
                    objJsonResult.data = null;
                    return objJsonResult;
                }
                //if (!ClsPub.Security_Log("Gy_Process_Edit", 1, false, msg3))
                //{
                //    objJsonResult.code = "0";
                //    objJsonResult.count = 0;
                //    objJsonResult.Message = "没有找到该功能模块!";
                //    objJsonResult.data = null;
                //    return objJsonResult;
                //}
                //if (!DBUtility.ClsPub.AllowNumber(HNumber))
                //{