记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
ffbf448e
Commit
ffbf448e
authored
Jun 17, 2021
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注释 锁
parent
6040b6fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
application-test.yml
liquidnet-bus-config/liquidnet-config/application-test.yml
+2
-2
KylinOrderTicketsServiceImpl.java
...vice/kylin/service/impl/KylinOrderTicketsServiceImpl.java
+3
-0
No files found.
liquidnet-bus-config/liquidnet-config/application-test.yml
View file @
ffbf448e
...
@@ -31,7 +31,7 @@ liquidnet:
...
@@ -31,7 +31,7 @@ liquidnet:
# port: 6380
# port: 6380
# password: PO@B!Iud32
# password: PO@B!Iud32
mongodb
:
mongodb
:
host
:
s-2zef656730e5a1d4.mongodb.rds.aliyuncs.com:3717,s-2ze49872ed6aeb14.mongodb.rds.aliyuncs.com:3717
host
:
s-2zef656730e5a1d4
-pub
.mongodb.rds.aliyuncs.com:3717,s-2ze49872ed6aeb14.mongodb.rds.aliyuncs.com:3717
port
:
3717
port
:
3717
user
:
root
user
:
root
pwd
:
$hAh4SGcDQ
pwd
:
$hAh4SGcDQ
...
@@ -39,4 +39,4 @@ liquidnet:
...
@@ -39,4 +39,4 @@ liquidnet:
executor-main
:
executor-main
:
xxl
:
xxl
:
admin
:
admin
:
addresses
:
172.17.121.166:8090
addresses
:
172.17.121.166:8090
\ No newline at end of file
liquidnet-bus-service/liquidnet-service-kylin/liquidnet-service-kylin-impl/src/main/java/com/liquidnet/service/kylin/service/impl/KylinOrderTicketsServiceImpl.java
View file @
ffbf448e
...
@@ -822,6 +822,9 @@ public class KylinOrderTicketsServiceImpl extends ServiceImpl<KylinOrderTicketsM
...
@@ -822,6 +822,9 @@ public class KylinOrderTicketsServiceImpl extends ServiceImpl<KylinOrderTicketsM
String
uid
=
CurrentUtil
.
getCurrentUid
();
String
uid
=
CurrentUtil
.
getCurrentUid
();
checkOrderTime
(
uid
);
checkOrderTime
(
uid
);
KylinOrderTicketVo
orderTicketVo
=
dataUtils
.
getOrderTicketVo
(
orderId
);
KylinOrderTicketVo
orderTicketVo
=
dataUtils
.
getOrderTicketVo
(
orderId
);
if
(
orderTicketVo
.
getUserId
().
equals
(
uid
)){
return
new
OrderDetailsVo
();
}
if
(
null
!=
orderTicketVo
)
{
if
(
null
!=
orderTicketVo
)
{
//TODO 顺丰快递
//TODO 顺丰快递
Object
expresses
=
null
;
Object
expresses
=
null
;
...
...
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