Prechádzať zdrojové kódy

feat: EK-2806: 会员端Promo和banner图增加分国家设置.

kevin 3 mesiacov pred
rodič
commit
3c26fe2b5b
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      common/libs/dataList/DataList.php

+ 1 - 0
common/libs/dataList/DataList.php

@@ -421,6 +421,7 @@ class DataList extends Model
      * @throws Exception
      */
     protected function permissionColumn($userId = null){
+        return;
         $allRole = AdminRole::getFromCache();
         if($userId === null){
             $roleId = \Yii::$app->user->userInfo['roleId'];