From a5b7843bbda42aea3e24f0a519679b6cc8f3ee72 Mon Sep 17 00:00:00 2001 From: 杨乐 <yang.le.192@qq.com> Date: 星期五, 11 二月 2022 17:55:26 +0800 Subject: [PATCH] 权限编辑 2727 不良品处理 --- WebAPI/Controllers/BaseSet/Gy_GroupController.cs | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/WebAPI/Controllers/BaseSet/Gy_GroupController.cs b/WebAPI/Controllers/BaseSet/Gy_GroupController.cs index 212d419..26c7b7f 100644 --- a/WebAPI/Controllers/BaseSet/Gy_GroupController.cs +++ b/WebAPI/Controllers/BaseSet/Gy_GroupController.cs @@ -291,14 +291,14 @@ //var HProcID = ""; //鍒ゆ柇鏉冮檺 - if (!ClsPub.Security_Log(msg5, 1, false, msg4)) - { - objJsonResult.code = "0"; - objJsonResult.count = 0; - objJsonResult.Message = "鏃犱繚瀛樻潈闄�"; - objJsonResult.data = null; - return objJsonResult; - } + //if (!ClsPub.Security_Log(msg5, 1, false, msg4)) + //{ + // objJsonResult.code = "0"; + // objJsonResult.count = 0; + // objJsonResult.Message = "鏃犱繚瀛樻潈闄�"; + // objJsonResult.data = null; + // return objJsonResult; + //} //if (!DBUtility.ClsPub.AllowNumber(HNumber)) //{ -- Gitblit v1.9.1