|
|
@ -249,7 +249,7 @@ public class DlAllDataService {
|
|
|
|
String data = spGetHttp.pullData(exportType);
|
|
|
|
String data = spGetHttp.pullData(exportType);
|
|
|
|
cn.hutool.json.JSONObject obj = JSONUtil.parseObj(data);
|
|
|
|
cn.hutool.json.JSONObject obj = JSONUtil.parseObj(data);
|
|
|
|
Integer code = obj.getInt("code");
|
|
|
|
Integer code = obj.getInt("code");
|
|
|
|
if (!code.equals(ResultEnum.SUCCESS.getCode())) {
|
|
|
|
if (!code.equals(20000)) {
|
|
|
|
log.error("从UDI自助平台拉取数据错误,报文-----{}", data);
|
|
|
|
log.error("从UDI自助平台拉取数据错误,报文-----{}", data);
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|