企业信息接口调整

This commit is contained in:
zhangchaoyang02 2025-08-22 19:49:28 +08:00
parent 2da64dca74
commit 12f82a463c
2 changed files with 1 additions and 3 deletions

View File

@ -692,7 +692,6 @@ public class EnterprisePoniteScheduleService {
refreshToken();
}
} catch (Exception e) {
log.info("危化企业信息查询查询异常:" + e);
}
return flag;
}

View File

@ -176,8 +176,7 @@ public class EnterpriseScheduleService {
if (arrNode.isArray()) {
long total = data.get("totalCount").asLong();
int limit = data.get("limit").asInt();
if (total > limit && arrNode.size() >= limit)
goon = true;
List<Enterprise> enterprises = new ArrayList<>();
List<EnterpriseInterfaceDto> dtos = objectMapper.readValue(arrNode.toString(), new TypeReference<>() {
});