|
|
|
@ -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)) {
|
|
|
|
|