Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
tanling
6 years ago
Commit
c783218eb45b5a1c834a0b3c3966f419b19c6373
1 parent
94813f20
no message
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
order/src/main/java/com/yohoufo/order/service/support/codegenerator/populater/PropMachineIdProvider.java
order/src/main/java/com/yohoufo/order/service/support/codegenerator/populater/PropMachineIdProvider.java
View file @
c783218
...
...
@@ -24,7 +24,7 @@ public class PropMachineIdProvider implements MachineIdProvider {
String
ip
=
IpUtils
.
getHostIp
();
log
.
info
(
"ip:{}
"
,
ip
);
log
.
info
(
"ip:{}
, machineIps is {}"
,
ip
,
machineIps
);
Long
machineId
=
ipsMap
.
get
(
ip
);
if
(
machineId
==
null
){
...
...
Please
register
or
login
to post a comment