Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
foc_manage
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
首航-临时账号
foc_manage
Commits
c5d6448f
Commit
c5d6448f
authored
Jun 04, 2019
by
java-李谡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
计划变更航线编辑bug
parent
e1f85769
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
VerifyService.java
src/com/ejweb/modules/airline/service/VerifyService.java
+1
-1
No files found.
src/com/ejweb/modules/airline/service/VerifyService.java
View file @
c5d6448f
...
@@ -163,7 +163,7 @@ public class VerifyService extends CrudService<VerifyDao, VerifyEntity> {
...
@@ -163,7 +163,7 @@ public class VerifyService extends CrudService<VerifyDao, VerifyEntity> {
verif
.
setExpiryDate
(
verifyEntity
.
getExpiryDate
());
verif
.
setExpiryDate
(
verifyEntity
.
getExpiryDate
());
verif
.
setAircraft
(
verifyEntity
.
getAircraft
());
verif
.
setAircraft
(
verifyEntity
.
getAircraft
());
if
(
"06"
.
equals
(
verifyEntity
.
getVerifType
())
||
"07"
.
equals
(
verifyEntity
.
getVerifType
())
if
(
"06"
.
equals
(
verifyEntity
.
getVerifType
())
||
"07"
.
equals
(
verifyEntity
.
getVerifType
())
||
"08"
.
equals
(
verifyEntity
.
getVerifType
()))
{
||
"08"
.
equals
(
verifyEntity
.
getVerifType
())
||
"09"
.
equals
(
verifyEntity
.
getVerifType
())
)
{
verif
.
setAreaSt
(
verifyEntity
.
getAreaSt
());
verif
.
setAreaSt
(
verifyEntity
.
getAreaSt
());
verif
.
setFlightNo
(
verifyEntity
.
getFlightNo
());
verif
.
setFlightNo
(
verifyEntity
.
getFlightNo
());
verifyDao
.
update
(
verifyEntity
);
verifyDao
.
update
(
verifyEntity
);
...
...
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