Commit 89bdf0ae by 杨树贤

fux

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