|
|
@@ -93,6 +93,8 @@ class ViolationProductDataJobs implements ShouldQueue
|
|
|
//-------------------------------------- 清洗规则(开始) --------------------------------------
|
|
|
//过滤没有链接数据
|
|
|
if (trim($product_data['link_url']) == '') return true;
|
|
|
+ //过滤售罄数据,是否售罄0=否1=是
|
|
|
+ // if ($product_data['is_sold_out'] == 1) return true;
|
|
|
//数据是否命中商品名称
|
|
|
if ($product_name != '') {
|
|
|
$hit_product_name = false;
|