Commit 0c475b1b authored by hj's avatar hj

更新提交

parent c9192f81
...@@ -48,7 +48,7 @@ class ZhenKhService ...@@ -48,7 +48,7 @@ class ZhenKhService
if($product){ if($product){
while(true){ while(true){
$result = $this->apiService->updateReportProductPrice([ $result = $this->apiService->updateReportProductPrice([
'price' => round(bcmul($product->p_price,0.5,2)), 'price' => round(bcmul($product->p_price,0.3,2)),
'price_unit' => $goods->zg_unit, 'price_unit' => $goods->zg_unit,
'sku' => $goods->zg_sku 'sku' => $goods->zg_sku
],$this->getToken()); ],$this->getToken());
......
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