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