|
|
@@ -93,8 +93,8 @@ class AwardIntegralPriceRepository extends BaseRepository
|
|
|
}
|
|
|
@file_put_contents('quanju4.txt', $basePrice . "-之前的总价总价\r\n", 8);
|
|
|
@file_put_contents('quanju4.txt', $add_price . "-963\r\n", 8);
|
|
|
- $price = bcadd(sprintf("%.8f", $add_price), (string)$basePrice, 8);
|
|
|
-
|
|
|
+// $price = bcadd(sprintf("%.8f", $add_price), (string)$basePrice, 8);
|
|
|
+ $price = $add_price+$basePrice;
|
|
|
@file_put_contents('quanju4.txt', time() . "-正常获取走的到这里吗\r\n", 8);
|
|
|
@file_put_contents('quanju4.txt', $price . "-总价\r\n", 8);
|
|
|
|