修改bug

master
ELF 5 years ago
parent a0961ab31c
commit a0cc11336e

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

Loading…
Cancel
Save