stanley-king 2 years ago
parent
commit
2f94a6a0ba
1 changed files with 1 additions and 0 deletions
  1. 1 0
      helper/refill/policy/quaility.php

+ 1 - 0
helper/refill/policy/quaility.php

@@ -205,6 +205,7 @@ class Quality
         [$succ,$max_times,$time_out] = $this->mRatioCtl->total($mchid,$qualities);
 
         $left_time = $time_out - $used_time;
+        Log::record("left_time = {$left_time}",Log::DEBUG);
         if ($left_time <= 0 || $max_times <= $times) {
             return [];
         }