Commit 2de2f32e authored by KeYong's avatar KeYong

更新

parent aeb84cb2
......@@ -714,7 +714,7 @@ public class PlanVisual3dServiceImpl implements IPlanVisual3dService {
e.printStackTrace();
}
long end = System.currentTimeMillis();
System.out.println(end - start + ".......................");
System.out.println("调用jcs查询用户图像用时:" + (end - start) + "ms");
String img = "";
if (responseModel != null && "SUCCESS".equals(responseModel.getDevMessage())) {
String resStr = JSON.toJSONString(responseModel.getResult()).replace("\"","");
......
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