Просмотр исходного кода

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

kevin 4 месяцев назад
Родитель
Сommit
5abfe68ea9
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      common/libs/dataList/DataList.php

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

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