Ver Fonte

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

kevin há 6 meses atrás
pai
commit
6712bdaa96
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      common/libs/dataList/DataList.php

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

@@ -4,6 +4,7 @@ namespace common\libs\dataList;
 use backendApi\modules\v1\models\Admin;
 use backendApi\modules\v1\models\AdminRole;
 use common\components\Model;
+use common\helpers\LoggerTool;
 use common\helpers\Tool;
 use yii\base\Exception;
 
@@ -125,6 +126,9 @@ class DataList extends Model
         if(!$this->isExport){
             $this->getFilterTypes();
         }
+
+        LoggerTool::error([$this->dataHandle(), $this->getColumn(), $this->getFilterTypes()]);
+
         // 利用权限处理掉不需要的字段(只需要从$this->columns中去掉就可以)
         $userId = isset($params['userId']) && $params['userId'] ? $params['userId'] : null;
         $this->permissionColumn($userId);