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){