|
@@ -486,7 +486,7 @@ class Goodup
|
|
|
//有赞下线商品列表
|
|
|
public static function youzanOfflineList(array $data = [])
|
|
|
{
|
|
|
- $where = [['pyz.exam_status', '=', PlatformYouzan::$exam_status_8]];//已下线
|
|
|
+ $where = [['pyz.exam_status', '=', PlatformYouzan::$exam_status_8], ['pyz.is_del', '=', PlatformYouzan::$del_normal]];//已下线
|
|
|
if ($data['start_date'] != '' && $data['end_date'] != '') $where[] = ['pyz.addtime', 'between', [$data['start_date'], $data['end_date']]];
|
|
|
if ($data['creater'] != '') $where[] = ['pyz.creater', 'like', '%' . $data['creater'] . '%'];
|
|
|
|