Parcourir la source

微唯宝商品获取时,成本价增加比例变更为103%

sunxbiao il y a 1 mois
Parent
commit
30fb375832
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/command/WiwibaoProductSync.php

+ 1 - 1
app/command/WiwibaoProductSync.php

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