Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
H
house365-cm
Project
Project
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
徐州
house365-cm
Commits
5966afc8
Commit
5966afc8
authored
Jul 11, 2022
by
zoujintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cm init
parent
589d7585
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
ServiceIT.java
house365-cm-ws/src/test/java/com/test/ServiceIT.java
+2
-0
No files found.
house365-cm-ws/src/test/java/com/test/ServiceIT.java
View file @
5966afc8
...
...
@@ -400,10 +400,12 @@ public class ServiceIT extends Assert {
String
[]
x
=
{
"118.792928"
};
String
[]
y
=
{
"31.974484"
};
String
[]
range
=
{
"100000"
};
String
[]
is_t_map
=
{
"1"
};
paramMap
.
put
(
"city"
,
citys
);
paramMap
.
put
(
"x"
,
x
);
paramMap
.
put
(
"y"
,
y
);
paramMap
.
put
(
"range"
,
range
);
paramMap
.
put
(
"is_t_map"
,
is_t_map
);
try
{
Object
obj
=
cmAssessService
.
getBlockByDistance
(
paramMap
);
logger
.
info
(
"get block by distance{}"
,
obj
);
...
...
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