vali há 6 anos atrás
pai
commit
ecce60f8de
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      datainf/logic/HttpServerSettelement.php

+ 1 - 1
datainf/logic/HttpServerSettelement.php

@@ -83,7 +83,7 @@ class HttpServerSettelement
             return;
         }
 
-        if ($this->httpserver->taskWorkingNum->get()) {
+        if ($this->httpserver->taskWorkingNum->get() > 0) {
             $data = Response::generate('', 9, '', '还有未完成任务请稍等...');
             $response->end($data);
             return;