getConnection()->setTablePrefix(''); // 3. 强制指定查询的表名为 la_banner $query->from('la_banner'); return $query; } }