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 @@
-