From b52113622d2d8f4f419ae040e0e58b34b8990095 Mon Sep 17 00:00:00 2001 From: chenzhi <“chenzhi063@qq.com> Date: Mon, 25 Nov 2019 14:08:48 +0800 Subject: [PATCH] =?UTF-8?q?[bug]=E6=97=A0=E6=B3=95=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E4=B8=8A=E7=BA=BF=E6=8E=A8=E5=B9=BF=E5=91=98=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Common/extend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Common/extend.php b/Application/Admin/Common/extend.php index 9281b6a0c..14903a25e 100644 --- a/Application/Admin/Common/extend.php +++ b/Application/Admin/Common/extend.php @@ -1064,7 +1064,7 @@ function get_promote_parent($promote_id,$field='account'){ function get_promote_parent_acc($promote_id){ $Promote = M('promote','tab_'); - $data = $Promote->field('account,parent_id')->find($promote_id); + $data = $Promote->field('account,parent_id,chain')->find($promote_id); if(empty($data)){ return $data["account"]="官方渠道";exit;