diff --git a/Application/Admin/Controller/AutoPackController.class.php b/Application/Admin/Controller/AutoPackController.class.php index d0b893b92..9da29ddaf 100644 --- a/Application/Admin/Controller/AutoPackController.class.php +++ b/Application/Admin/Controller/AutoPackController.class.php @@ -80,7 +80,7 @@ class AutoPackController extends Think ->alias('l') ->field('l.id') ->join('tab_game_source as s on (s.game_id = l.launch_game_id and trim(s.file_name) <> trim(l.game_source_filename))') - ->where() + ->where('1=1') ->group('l.id') ->select(); if(!empty($launchGameIds)) {