Kirin hace 9 meses
padre
commit
be1e330eda
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/command/CheckAchievement.php

+ 1 - 1
app/command/CheckAchievement.php

@@ -65,7 +65,7 @@ class CheckAchievement extends Command
                     $output->info($this->log($v['uid'] . '降级为' . ($now_level['level_id'] ?? 0)));
                     $output->info($this->log($v['uid'] . '降级为' . ($now_level['level_id'] ?? 0)));
 
 
                     $output->info($this->log($v['uid'] . '降级完成'));
                     $output->info($this->log($v['uid'] . '降级完成'));
-                    return;
+//                    return;
                 }
                 }
             }
             }
         });
         });