Merge branch 'feature/promote_level_sys' of wmtx/platform into release

修改
master
万盟天下 4 years ago committed by Gogs
commit d687e3e8aa

@ -11,7 +11,8 @@ class PromoteGradeController extends BaseController
{
protected function _initialize()
{
C(api('Config/lists'));
parent::_initialize();
$loginPromote = $this->getLoginPromote();
if((C('APP_ENV') == 'dev' || $loginPromote['company_id'] == 334) && $loginPromote['level'] <= 2) {

Loading…
Cancel
Save