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
c50ec7d5
Commit
c50ec7d5
authored
Apr 12, 2018
by
java-李谡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
信息更改审核添加roundtripType字段,解决信息更改审核单程航线显示=问题
parent
73e97be4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
RecordChangeVerify.xml
resources/mapper/modules/verify/RecordChangeVerify.xml
+1
-1
RecordChangeVerifyEntity.java
src/com/ejweb/modules/verify/entity/RecordChangeVerifyEntity.java
+9
-3
No files found.
resources/mapper/modules/verify/RecordChangeVerify.xml
View file @
c50ec7d5
...
...
@@ -12,7 +12,7 @@
a.aircraft_type,
a.depIata,
a.arrIata,
roundtrip_type,
a.
roundtrip_type,
a.verif_status,
a.verif_type,
a.start_time AS sailingDate,
...
...
src/com/ejweb/modules/verify/entity/RecordChangeVerifyEntity.java
View file @
c50ec7d5
...
...
@@ -35,6 +35,8 @@ public class RecordChangeVerifyEntity extends BaseEntity {
private
String
arrIataLabel
;
private
List
<
String
>
typeList
;
List
<
Map
<
String
,
String
>>
connect
;
public
String
roundtripType
;
@ExcelField
(
title
=
"拟用机型"
,
align
=
6
,
sort
=
14
)
public
String
getAircraftName
()
{
return
aircraftName
;
...
...
@@ -158,8 +160,12 @@ public class RecordChangeVerifyEntity extends BaseEntity {
this
.
createDate
=
createDate
;
}
public
String
getRoundtripType
()
{
return
roundtripType
;
}
public
void
setRoundtripType
(
String
roundtripType
)
{
this
.
roundtripType
=
roundtripType
;
}
}
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