|
|
@@ -23,6 +23,8 @@ class GoodsController extends webApp
|
|
|
$params['shop_id'] = $this->shopId;
|
|
|
$params['not_user_id'] = $this->userId;
|
|
|
$params['is_trade'] = 2;
|
|
|
+ $params['status'] = 1;
|
|
|
+ $params['split_stop'] = 2;
|
|
|
$params['time'] = strtotime(date('Y-m-d'));
|
|
|
$datas = GoodsService::make()->getDataList($params, $pageSize);
|
|
|
return message(1010, true, $datas);
|