master
ELF 5 years ago
parent 5b191e2033
commit 5737c714b1

@ -140,7 +140,7 @@ class ConsoleController extends Think {
public function deleteRepeatUserPlayInfo() public function deleteRepeatUserPlayInfo()
{ {
$gameIds = [157, 155, 153, 150, 151, 148, 175, 142, 143, 172, 173, 155, 154]; $gameIds = [157, 155, 153, 150, 151, 148, 175, 142, 143, 172, 173, 155, 154, 180];
foreach($gameIds as $gameId) { foreach($gameIds as $gameId) {
$this->doDeleteRepeatUserPlayInfo($gameId); $this->doDeleteRepeatUserPlayInfo($gameId);
} }
@ -194,7 +194,7 @@ class ConsoleController extends Think {
public function deleteRepeatUserPlayInfo2() public function deleteRepeatUserPlayInfo2()
{ {
$gameIds = [157, 148, 150, 151, 158, 175, 142, 143, 172, 173, 154, 155, 176, 165, 164, 179, 156, 153]; $gameIds = [157, 148, 150, 151, 158, 175, 142, 143, 172, 173, 154, 155, 176, 165, 164, 179, 156, 153, 180];
foreach ($gameIds as $gameId) { foreach ($gameIds as $gameId) {
$this->doDeleteRepeatUserPlayInfo2($gameId); $this->doDeleteRepeatUserPlayInfo2($gameId);
} }

Loading…
Cancel
Save