记得上下班打卡 | 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
9f2204b2
Commit
9f2204b2
authored
Jan 10, 2022
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复订单回调
parent
bae5de7b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
GoblinOrderServiceImpl.java
...t/service/goblin/service/impl/GoblinOrderServiceImpl.java
+2
-2
application-dev.yml
...net-support-config/src/main/resources/application-dev.yml
+2
-2
No files found.
liquidnet-bus-service/liquidnet-service-goblin/liquidnet-service-goblin-impl/src/main/java/com/liquidnet/service/goblin/service/impl/GoblinOrderServiceImpl.java
View file @
9f2204b2
...
...
@@ -473,7 +473,7 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService {
httpData
.
add
(
"name"
,
redisUtils
.
getStoreInfoVo
(
storeOrderVo
.
getStoreId
()).
getStoreName
());
httpData
.
add
(
"detail"
,
"查找最初订单"
);
httpData
.
add
(
"orderCode"
,
storeOrderVo
.
getOrderCode
());
httpData
.
add
(
"orderId"
,
storeOrderVo
.
getOrderId
());
//
httpData.add("orderId", storeOrderVo.getOrderId());
httpData
.
add
(
"clientIp"
,
storeOrderVo
.
getIpAddress
());
httpData
.
add
(
"notifyUrl"
,
synUrl
);
httpData
.
add
(
"createDate"
,
storeOrderVo
.
getCreatedAt
().
format
(
DateTimeFormatter
.
ofPattern
(
"yyyy-MM-dd HH:mm:ss"
)));
...
...
@@ -520,7 +520,7 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService {
log
.
debug
(
"SYNC PARAM = "
+
syncOrderParam
.
toString
());
//支付时间
LocalDateTime
now
=
LocalDateTime
.
now
();
String
[]
array
=
syncOrderParam
.
getOrderCodeId
().
split
(
","
);
String
[]
array
=
redisUtils
.
getMasterCode
(
syncOrderParam
.
getOrderCode
()
);
String
uid
=
"0"
;
BigDecimal
priceActual
=
BigDecimal
.
ZERO
;
for
(
String
orderId
:
array
)
{
...
...
liquidnet-bus-support/liquidnet-support-config/src/main/resources/application-dev.yml
View file @
9f2204b2
...
...
@@ -18,8 +18,8 @@ liquidnet:
username
:
admin
password
:
admin
config
:
# location: /Users/hujiachen/IdeaProjects
/liquidnet-bus-v1/liquidnet-bus-config/liquidnet-config
location
:
/app/support-config
location
:
/Users/hujiachen/JavaProject
/liquidnet-bus-v1/liquidnet-bus-config/liquidnet-config
#
location: /app/support-config
# end-dev-这里是配置信息基本值
spring
:
...
...
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