vali hace 6 años
padre
commit
77957cead8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);
             }