vali 6 năm trước cách đây
mục cha
commit
77957cead8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      datainf/logic/HttpServerOnlySet.php

+ 1 - 0
datainf/logic/HttpServerOnlySet.php

@@ -274,6 +274,7 @@ class HttpServerOnlySet
         try {
             $ret = $this->getRedis()->rpop(self::TASKQNUM);
             if (!empty($ret)) {
+                echo date("Y-m-d H:i:s") . " 开始处理:" . $ret . "\n";
                 $this->httpserver->account->add();
                 $this->doSettelement($ret);
             }