Commit 9ec2eb28 authored by hangjun83's avatar hangjun83

接口bug修复

parent a3a7297c
...@@ -202,7 +202,7 @@ class ZhenKhService ...@@ -202,7 +202,7 @@ class ZhenKhService
$goods = $params['goods']; $goods = $params['goods'];
try { try {
$result = $this->rhawnService->updateZhenkhGoods($goods); $result = $this->zhenKhOrderService->updateZhenkhGoods($goods);
if(!is_null($result)){ if(!is_null($result)){
$this->consumerUpdateReportPriceAndStock(['goods' => $result]); $this->consumerUpdateReportPriceAndStock(['goods' => $result]);
//更新商品的价格和库存 //更新商品的价格和库存
......
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