Commit b3c24182 by 杨树贤

条件修改

parent 48fef486
Showing with 1 additions and 1 deletions
......@@ -28,7 +28,7 @@ class SkuService
$filter = new SkuListFilter();
$map = $filter->listFilter();
$url = env('ES_SKU_URL', '');
$map['show_status'] = 1;
// $map['show_status'] = 1;
unset($map['s']);
$return = curl($url, $map, 1);
$data = json_decode($return, true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment