Commit b28e06d5 authored by hj's avatar hj

更新提交

parent b3457471
......@@ -67,7 +67,7 @@ class WuxiApiNewService extends PlatformAbstractService
$tempData['productId'] = $product['r_code'];
$tempData['packageUnitDescription'] = $product['p_code'];
$tempData['minPackageUnitDescription'] = '';
$tempData['price'] = bcmul($product['p_price'], 0.5, 2);
$tempData['price'] = bcmul($product['p_price'], 1, 2);
$tempData['discount'] = '0.5';
$tempData['inCostCurrency'] = 'RMB';
$tempData['status'] = $product['p_status'] == '1' ? 'ACTIVE' : 'INACTIVE';;
......
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