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
fc0572b8
Commit
fc0572b8
authored
Apr 03, 2020
by
Lenovo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调机修改
parent
c06e733e
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
6 deletions
+11
-6
jdbc.properties
resources/jdbc.properties
+2
-1
RouteVerifyDao.xml
resources/mapper/modules/route/RouteVerifyDao.xml
+3
-2
VerifyFeedbackDao.xml
resources/mapper/modules/verify/VerifyFeedbackDao.xml
+1
-1
mybatis-config.xml
resources/mybatis-config.xml
+1
-1
redis.properties
resources/redis.properties
+4
-1
No files found.
resources/jdbc.properties
View file @
fc0572b8
...
@@ -3,7 +3,8 @@ db.table.prefix=foc_
...
@@ -3,7 +3,8 @@ db.table.prefix=foc_
jdbc.type
=
mysql
jdbc.type
=
mysql
jdbc.driver.class
=
com.mysql.jdbc.Driver
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://106.75.105.96:5508/jd_foc?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull
jdbc.url
=
jdbc:mysql://localhost:5508/jd_foc?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull
jdbc.username
=
sms_develop
jdbc.username
=
sms_develop
jdbc.password
=
Develop2018!@#
jdbc.password
=
Develop2018!@#
...
...
resources/mapper/modules/route/RouteVerifyDao.xml
View file @
fc0572b8
...
@@ -396,7 +396,7 @@ LEFT JOIN foc_route_verify m on s.route_id=m.id
...
@@ -396,7 +396,7 @@ LEFT JOIN foc_route_verify m on s.route_id=m.id
select d.id as departId,d.depart_name,v.verify_status
select d.id as departId,d.depart_name,v.verify_status
from foc_route_verify v
from foc_route_verify v
left join foc_user_depart d on v.depart_id=d.id
left join foc_user_depart d on v.depart_id=d.id
where v.verif_id=#{verifId} and v.del_flag=0 and
where v.verif_id=#{verifId} and v.del_flag=0 and
v.status=1
(v.verify_status='02' or v.verify_status='03' or v.verify_status='04')
and
(v.verify_status='02' or v.verify_status='03' or v.verify_status='04')
</select>
</select>
</mapper>
</mapper>
\ No newline at end of file
resources/mapper/modules/verify/VerifyFeedbackDao.xml
View file @
fc0572b8
...
@@ -223,7 +223,7 @@
...
@@ -223,7 +223,7 @@
LEFT JOIN foc_airports r ON r.airport_iata = a.arrIata
LEFT JOIN foc_airports r ON r.airport_iata = a.arrIata
LEFT JOIN foc_aircraft_type q ON q.id = a.aircraft_type
LEFT JOIN foc_aircraft_type q ON q.id = a.aircraft_type
LEFT JOIN foc_user_depart d ON s.depart_id=d.id
LEFT JOIN foc_user_depart d ON s.depart_id=d.id
WHERE (s.verify_status='03' or s.verify_status='04')
WHERE (s.verify_status='03' or s.verify_status='04')
and s.status=1
<if
test=
"verifNo != null and verifNo != ''"
>
<if
test=
"verifNo != null and verifNo != ''"
>
AND a.verif_no LIKE CONCAT('%', #{verifNo}, '%')
AND a.verif_no LIKE CONCAT('%', #{verifNo}, '%')
</if>
</if>
...
...
resources/mybatis-config.xml
View file @
fc0572b8
...
@@ -37,6 +37,6 @@
...
@@ -37,6 +37,6 @@
<setting
name=
"jdbcTypeForNull"
value=
"NULL"
/>
<setting
name=
"jdbcTypeForNull"
value=
"NULL"
/>
<!--打印sql-->
<!--打印sql-->
<
setting
name=
"logImpl"
value=
"STDOUT_LOGGING"
/
>
<
!--<setting name="logImpl" value="STDOUT_LOGGING"/>--
>
</settings>
</settings>
</configuration>
</configuration>
resources/redis.properties
View file @
fc0572b8
redis.host
=
106.75.105.96
#
#redis.host=106.75.105.96
#
redis.host
=
10.9.107.49
redis.port
=
7211
redis.port
=
7211
redis.auth
=
bbdtek!@#2018
redis.auth
=
bbdtek!@#2018
redis.timeout
=
10000
redis.timeout
=
10000
...
...
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