Commit 26391754 by ddx

add

parent ab20c77d
...@@ -342,7 +342,7 @@ public class JxSampleController { ...@@ -342,7 +342,7 @@ public class JxSampleController {
percentResponseList.add(PercentResponse.builder().percent(percentArr[i].getType()).elapsedMillis(incomeApplyListSorted.get(indexArr[i]).getTimeDiff()).build()); percentResponseList.add(PercentResponse.builder().percent(percentArr[i].getType()).elapsedMillis(incomeApplyListSorted.get(indexArr[i]).getTimeDiff()).build());
} }
} }
log.info("query income success response:{}", response); log.info("query income success response:{}", size);
stopwatch.stop(); stopwatch.stop();
log.info("query income success elapsed time:{}ms", stopwatch.elapsed(TimeUnit.MILLISECONDS)); log.info("query income success elapsed time:{}ms", stopwatch.elapsed(TimeUnit.MILLISECONDS));
return JSONUtil.toString(percentResponseList); return JSONUtil.toString(percentResponseList);
......
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