Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
api
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
首航-临时账号
api
Commits
3ca8371d
Commit
3ca8371d
authored
Dec 21, 2020
by
luoh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
油量接口,更新时间修改
parent
253abd22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
OilAnalysisDao.xml
resources/mapper/modules/airport/OilAnalysisDao.xml
+1
-0
OilAnalysisEntity.java
src/com/ejweb/modules/airport/entity/OilAnalysisEntity.java
+11
-2
No files found.
resources/mapper/modules/airport/OilAnalysisDao.xml
View file @
3ca8371d
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
sta.arr_iata_id,
sta.arr_iata_id,
sta.extra_oil_fuel_reason,
sta.extra_oil_fuel_reason,
DATE_FORMAT(sta.update_date, '%Y/%m/%d')as updateDate,
DATE_FORMAT(sta.update_date, '%Y/%m/%d')as updateDate,
DATE_FORMAT(sta.update_time, '%Y/%m/%d %H:%i:%s')as updateTime,
airArr.city_name as arrAirPortName,
airArr.city_name as arrAirPortName,
airdep.city_name as depAirPortName,
airdep.city_name as depAirPortName,
IFNULL(acType.type_name,'') as acTypeName
IFNULL(acType.type_name,'') as acTypeName
...
...
src/com/ejweb/modules/airport/entity/OilAnalysisEntity.java
View file @
3ca8371d
...
@@ -69,14 +69,23 @@ public class OilAnalysisEntity {
...
@@ -69,14 +69,23 @@ public class OilAnalysisEntity {
private
Integer
extraOilFuelOther
;
// 其他额外油量
private
Integer
extraOilFuelOther
;
// 其他额外油量
@ExcelField
(
title
=
"其他额外油量原因"
,
type
=
0
,
align
=
1
,
sort
=
47
)
@ExcelField
(
title
=
"其他额外油量原因"
,
type
=
0
,
align
=
1
,
sort
=
47
)
private
String
extraOilFuelOtherReason
;
// 起飞额外油量原因
private
String
extraOilFuelOtherReason
;
// 起飞额外油量原因
@ExcelField
(
title
=
"数据更新时间"
,
type
=
0
,
align
=
1
,
sort
=
48
)
private
String
updateDate
;
// 数据更新时间
@ExcelField
(
title
=
"数据更新时间"
,
type
=
0
,
align
=
1
,
sort
=
48
)
private
String
updateTime
;
// 数据更新时间
private
String
updateDate
;
// 数据更新时间
private
String
extraOilFuelReason
;
// 额外油加注原因
private
String
extraOilFuelReason
;
// 额外油加注原因
private
String
totalOil
;
// 总油量
private
String
totalOil
;
// 总油量
public
String
getUpdateTime
()
{
return
updateTime
;
}
public
void
setUpdateTime
(
String
updateTime
)
{
this
.
updateTime
=
updateTime
;
}
public
String
getDispatcherAccount
()
{
public
String
getDispatcherAccount
()
{
return
dispatcherAccount
;
return
dispatcherAccount
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment