Commit 9b5dc098 authored by hangjun83's avatar hangjun83

乐妍

parent a7559cf3
......@@ -33,7 +33,7 @@ class LeyanService
foreach($casList as $cas){
if(empty($cas['c_cas'])) continue;
$this->apiService->pushQueue([
'params' => ['cas' => $cas],
'params' => ['cas' => $cas['c_cas']],
'consumer' => __CLASS__,
'method' => 'updateProductByCas'
],'leyan');
......
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 to comment