Commit 60432502 authored by hj's avatar hj

更新

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