Commit 5966afc8 authored by zoujintao's avatar zoujintao

cm init

parent 589d7585
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment