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

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

@@ -272,6 +272,7 @@ class chctlex
                 {
                     $item = $pThis->mSpeedtable[$key];
                     $inPrice = $item->price();
+                    Log::record("key={$key} inPrice = {$inPrice} max_inprice = {$max_inprice}",Log::DEBUG);
                     if ($max_inprice !== false && $inPrice > $max_inprice) {
                         continue;
                     } else {