getConnection()->setTablePrefix(''); // 3. 强制指定查询的表名为 la_operation(覆盖所有拼接逻辑) $query->from('la_sport_order'); return $query; } }