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
7be2978d
Commit
7be2978d
authored
Nov 26, 2020
by
java-温文海
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
申请单管理
parent
bbf4d213
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
jdbc.properties
resources/jdbc.properties
+1
-1
VerifyManageDao.xml
resources/mapper/modules/verify/VerifyManageDao.xml
+14
-1
No files found.
resources/jdbc.properties
View file @
7be2978d
...
...
@@ -2,7 +2,7 @@
db.table.prefix
=
foc_
jdbc.type
=
mysql
jdbc.driver.class
=
com.mysql.jdbc.Driver
jdbc.url
=
jdbc:mysql://
106.75.105.96
:5508/jd_foc?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull
jdbc.url
=
jdbc:mysql://
81.69.44.115
:5508/jd_foc?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull
jdbc.username
=
sms_develop
jdbc.password
=
Develop2018!@#
#\u521d\u59cb\u5316\u8fde\u63a5
...
...
resources/mapper/modules/verify/VerifyManageDao.xml
View file @
7be2978d
...
...
@@ -56,8 +56,21 @@
AND a.verif_no LIKE CONCAT('%', #{verifNo}, '%')
</if>
<if
test=
"verifStatus != null and verifStatus != ''"
>
AND a.verif_status = #{verifStatus}
<choose>
<when
test=
"verifStatus == '01'"
>
AND (a.verif_status = '01'
or a.verif_status = '03')
</when>
<when
test=
"verifStatus == '00'"
>
AND a.verif_status = '00'
</when>
<when
test=
"verifStatus =='02'"
>
AND a.verif_status = '02'
</when>
</choose>
</if>
<if
test=
"arrIataList != null "
>
AND (a.id in (
SELECT id FROM foc_airline_verify where arrIata in
...
...
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