|
|
@@ -431,7 +431,7 @@ class WiwibaoProductSync extends Command
|
|
431
|
431
|
*/
|
|
432
|
432
|
protected function calculateCostPrice($platPrice)
|
|
433
|
433
|
{
|
|
434
|
|
- return bcadd((string)$platPrice, bcmul((string)$platPrice, '0.23', 4), 2);
|
|
|
434
|
+ return bcadd((string)$platPrice, bcmul((string)$platPrice, '0.73', 4), 2);
|
|
435
|
435
|
}
|
|
436
|
436
|
|
|
437
|
437
|
/**
|