Browse Source

冗余

master
zhangyuan 3 years ago
parent
commit
ea7a11ae18
  1. 4
      shibei-gird-sdk/src/main/java/com/elink/esua/epdc/gird/shibei/api/impl/ShiBeiCityGridApiImpl.java

4
shibei-gird-sdk/src/main/java/com/elink/esua/epdc/gird/shibei/api/impl/ShiBeiCityGridApiImpl.java

@ -28,7 +28,7 @@ import org.springframework.stereotype.Component;
import java.io.IOException; import java.io.IOException;
import java.util.Map; import java.util.Map;
/* /**
* 市北城市网格化平台API接口 * 市北城市网格化平台API接口
* *
* @author rongchao * @author rongchao
@ -201,7 +201,7 @@ public class ShiBeiCityGridApiImpl implements ShiBeiCityGridApi {
JSONObject res = JSONObject.parseObject(response.body()); JSONObject res = JSONObject.parseObject(response.body());
EventProcessHisResultDto result = null; EventProcessHisResultDto result = null;
try { try {
result = (EventProcessHisResultDto) JSONObject.toJavaObject(res, EventProcessHisResultDto.class); result = JSONObject.toJavaObject(res, EventProcessHisResultDto.class);
}catch (Exception e){ }catch (Exception e){
e.printStackTrace(); e.printStackTrace();
LOGGER.error("获取事件处理结果异常:" + e.getMessage()); LOGGER.error("获取事件处理结果异常:" + e.getMessage());

Loading…
Cancel
Save