stanley-king 1 year atrás
parent
commit
e025cedda2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      helper/refill/util.php

+ 1 - 0
helper/refill/util.php

@@ -570,6 +570,7 @@ class util
         if (defined('COMPANY_NAME') && in_array(COMPANY_NAME, ['ZY_COMPANY'])) {
             $ins = Cache::getInstance('cacheredis');
             $name = 'loop_order_check_query';
+            $spec = intval($spec);
             $key = "{$card_no}-{$spec}";
             $ins->hIncrBy($name, $key, -1);
         }