Commit e36b06f1 by 杨树贤

fix

parent 970f2d56
Showing with 0 additions and 1 deletions
......@@ -82,7 +82,6 @@ class SkuListFilter
->pluck('supplier_code')
->toArray();
if (!empty($supplierCodes)) {
dd(implode(',', $supplierCodes));
$map['canal/eqs'] = implode(',', $supplierCodes);
} else {
// 没有匹配的供应商,传一个不存在的值以确保查不到数据
......
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