WIN-2308041133\Administrator 3 months ago
parent
commit
5bd21b20a5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      crmeb/listens/AutoSavePriceListen.php

+ 0 - 1
crmeb/listens/AutoSavePriceListen.php

@@ -29,7 +29,6 @@ class AutoSavePriceListen extends TimerService implements ListenerInterface
             //如果没有昨天的价格,就保存
             $day = date('Y-m-d', strtotime('-1 day'));
             $service = app()->make(AwardIntegralPriceRepository::class);
-            @file_put_contents('quanju4.txt', $day . "-每日分红积分价格计算\r\n", 8);
             $yesterday = $service->awardIntegralPrice($day);
 //            @file_put_contents('yesterday.txt', json_encode($yesterday) . PHP_EOL, FILE_APPEND);
             if (!isset($yesterday['basePrice'])) {