Skip to content

Commit

Permalink
fix remove collect connect stack error
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrenceGee committed Nov 5, 2024
1 parent 681627d commit 9825a1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void collectBaseData() {
BaseResultEntity resultEntity = restTemplate.postForObject(SysConstant.SYS_COLLECT_URL, request, BaseResultEntity.class);
log.info(JSONObject.toJSONString(resultEntity));
} catch (Exception e) {
e.printStackTrace();
log.error("collect service connect error: {}", e.getMessage());
}
}
@Async
Expand Down

0 comments on commit 9825a1b

Please sign in to comment.