Commit f0d1907a by 杨树贤

fix

parent 30675b42
Showing with 1 additions and 1 deletions
...@@ -52,7 +52,7 @@ class SkuListFilter ...@@ -52,7 +52,7 @@ class SkuListFilter
$map['canal_new/eqs'] = 'NO_MATCH'; $map['canal_new/eqs'] = 'NO_MATCH';
} }
} else { } else {
$map['encoded/condition'] = $codeId; // $map['encoded/condition'] = $codeId;
$supplierCodes = SupplierChannelModel::where(function ($query) use ($codeId) { $supplierCodes = SupplierChannelModel::where(function ($query) use ($codeId) {
$query->where('purchase_uid', $codeId) $query->where('purchase_uid', $codeId)
......
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