DengTao 8 жил өмнө
parent
commit
324d09a75b

+ 1 - 1
www/protected/commands/getPetUserWorkCommand.php

@@ -60,7 +60,7 @@ class GetPetUserWorkCommand extends CConsoleCommand{
                     $collection->insert($data);
                 }
             }
-            if ($end_time  >= $start_time+60*1){
+            if ($end_time  >= $start_time+60*5){
                 die();
             }