|
|
@@ -57,6 +57,7 @@ class AdvertService extends BaseService
|
|
|
*/
|
|
|
public function getDataList($params, $pageSize = 15)
|
|
|
{
|
|
|
+ var_dump($params);
|
|
|
$where = ['a.mark' => 1];
|
|
|
$type = isset($params['type'])? $params['type'] : 1;
|
|
|
$status = isset($params['status'])? $params['status'] : 0;
|