|
|
|
@ -411,6 +411,11 @@ public class EnterpriseInformationServiceImpl implements IEnterpriseInformationS |
|
|
|
|
|
|
|
@Override |
|
|
|
public EnterpriseInformation paresEnterpriseCode(String url) { |
|
|
|
log.info("获取市监地址,地址信息:{}",url); |
|
|
|
if(StringUtils.isEmpty(url)){ |
|
|
|
log.info("获取市监地址,地址为空:{}",url); |
|
|
|
return null; |
|
|
|
} |
|
|
|
String s = HttpUtil.HttpSendGet(url); |
|
|
|
if(StringUtils.isNotEmpty(s)){ |
|
|
|
EnterpriseInformation enterpriseInformation = |
|
|
|
|