Commit 528b532c authored by hangjun83's avatar hangjun83

openapi 震坤行

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