列字段修改

This commit is contained in:
zhouyuejun
2019-01-02 15:44:21 +08:00
parent abbe9cfc22
commit 914dc30d89
3 changed files with 24 additions and 26 deletions
-2
View File
@@ -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;