From da7e7bfcb91632d889e856941ab0d7722cde39ae Mon Sep 17 00:00:00 2001 From: zhaoxiang <756958008@qq.com> Date: Thu, 27 Apr 2017 14:56:15 +0800 Subject: [PATCH] =?UTF-8?q?modified=20=E4=BF=AE=E5=A4=8D=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/FieldsManageController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/FieldsManageController.class.php b/Application/Admin/Controller/FieldsManageController.class.php index 5264ab7..9ea6450 100644 --- a/Application/Admin/Controller/FieldsManageController.class.php +++ b/Application/Admin/Controller/FieldsManageController.class.php @@ -142,7 +142,7 @@ class FieldsManageController extends BaseController { } D('ApiFields')->addAll($addData); } - if ($type) { + if ($type == 0) { S('ApiRequest_' . $hash, 0); } else { S('ApiResponse_' . $hash, 0);