Commit 528b532c authored by hangjun83's avatar hangjun83

openapi 震坤行

parent 5a1dd6eb
......@@ -83,7 +83,6 @@ class ZhenKhService
}
}
}
$this->rhawnService->updateSyncRunTime($goods);
}catch (\Throwable $exception) {
......@@ -119,7 +118,7 @@ class ZhenKhService
'consumer' => __CLASS__,
'method' => 'consumerBatchUpdateGoodsList'
];
SimpleKafka::produerSend($sendContent);
SimpleKafka::produerSend($sendContent,'zkh');
}
$page ++;
......@@ -213,7 +212,7 @@ class ZhenKhService
'params' => ['goods' => $result],
'consumer' => __CLASS__,
'method' => 'consumerUpdateReportPriceAndStock'
]);
],'zkh');
}
} catch (\Throwable $exception) {
......
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