|
|
|
@ -140,7 +140,7 @@ class ConsoleController extends Think {
|
|
|
|
|
|
|
|
|
|
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) {
|
|
|
|
|
$this->doDeleteRepeatUserPlayInfo($gameId);
|
|
|
|
|
}
|
|
|
|
@ -194,7 +194,7 @@ class ConsoleController extends Think {
|
|
|
|
|
|
|
|
|
|
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) {
|
|
|
|
|
$this->doDeleteRepeatUserPlayInfo2($gameId);
|
|
|
|
|
}
|
|
|
|
|