From 7431072bbf3f8491731508c3c0ab913f896ddee9 Mon Sep 17 00:00:00 2001 From: liuweiwen <“529520975@qq.com> Date: Mon, 13 Jan 2020 16:11:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=8Edev=E5=A4=8D=E5=88=B6=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/PromoteController.class.php | 4 ++-- Application/Admin/View/Promote/belong.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Application/Admin/Controller/PromoteController.class.php b/Application/Admin/Controller/PromoteController.class.php index 268a0b1ab..4b15764c0 100644 --- a/Application/Admin/Controller/PromoteController.class.php +++ b/Application/Admin/Controller/PromoteController.class.php @@ -1181,8 +1181,8 @@ class PromoteController extends ThinkController */ public function belong($p = 1) { - if (strlen(I('company_belong'))) { - $map['pb.company_belong'] = I('company_belong'); + if (strlen(I('company_relation'))) { + $map['pb.company_relation'] = I('company_relation'); } if (strlen(I('verify_status'))) { diff --git a/Application/Admin/View/Promote/belong.html b/Application/Admin/View/Promote/belong.html index 462d97a6a..a9a61708a 100644 --- a/Application/Admin/View/Promote/belong.html +++ b/Application/Admin/View/Promote/belong.html @@ -59,7 +59,7 @@