master
ELF 4 years ago
parent eca52e2c1f
commit ce1d061ee6

@ -395,7 +395,7 @@ class BaseController extends HomeController
/** /**
* 市场部特殊推广公司的规则 * 市场部特殊推广公司的规则
*/ */
$onlyPresidentList = [330, 331, 332]; $onlyPresidentList = [330, 331, 332, 334];
if (in_array($topPromote['company_id'], $onlyPresidentList)) { if (in_array($topPromote['company_id'], $onlyPresidentList)) {
if ($topPromote['can_view_recharge'] == 1 && $promote['level'] == 1) { if ($topPromote['can_view_recharge'] == 1 && $promote['level'] == 1) {
return true; return true;

Loading…
Cancel
Save