列字段修改
This commit is contained in:
@@ -144,7 +144,6 @@ export class FlightsDataHandle {
|
||||
}
|
||||
} catch (error) {
|
||||
console.log('数据有误,处理失败,请检查数据');
|
||||
console.log(item);
|
||||
throw error;
|
||||
} finally {
|
||||
return flights_item;
|
||||
@@ -252,7 +251,6 @@ export class FlightsDataHandle {
|
||||
}
|
||||
} catch (error) {
|
||||
console.log('基础数据转换有误,处理失败,请检查数据');
|
||||
console.log(item);
|
||||
throw error;
|
||||
} finally {
|
||||
return item;
|
||||
|
||||
Reference in New Issue
Block a user