likang 2 年 前
コミット
0fa66dca2b
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2 1
      catch/api/controller/Api.php

+ 2 - 1
catch/api/controller/Api.php

@@ -187,8 +187,9 @@ class Api extends CatchController
             $redis=Cache::store('redis')->handler();
             $dispose = new dispose($redis);
             $keylist= $dispose->getStations();
+            debug_log("clear_label","查询数据");
 
-            if(empty($keylist)){
+            if(empty($keylist)){    
                 continue;
             }
             foreach($keylist as $station){