WIN-2308041133\Administrator 3 månader sedan
förälder
incheckning
a41e09f657
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      app/common/repositories/user/AwardIntegralPriceRepository.php

+ 2 - 1
app/common/repositories/user/AwardIntegralPriceRepository.php

@@ -91,9 +91,10 @@ class AwardIntegralPriceRepository extends BaseRepository
             @file_put_contents('quanju4.txt', $add_price . "-789\r\n", 8);
 
         }
-        $price = bcadd($add_price, $basePrice, 8);
+        $price = bcadd($add_price, $basePrice, 10);
 
         @file_put_contents('quanju4.txt', time() . "-正常获取走的到这里吗\r\n", 8);
+        @file_put_contents('quanju4.txt', $price . "-总价\r\n", 8);
 
                     } catch (\Exception $e) {
         @file_put_contents('quanju4.txt', $e->getMessage() . "-积分价格报错内容\r\n", 8);