Browse Source

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

kevin 4 tháng trước cách đây
mục cha
commit
6712bdaa96
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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);