vali 6 년 전
부모
커밋
77957cead8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);
             }