减少日志输出

This commit is contained in:
dinggang 2022-08-05 09:59:47 +08:00
parent a1bbd95591
commit 8953cbd867
1 changed files with 1 additions and 2 deletions

View File

@ -78,8 +78,7 @@ public class TsingtaoDataResourceService extends AbstractDataResourceService {
return result;
} catch (Exception e) {
logger.error("资源数据调用失败", e);
e.printStackTrace();
logger.error("青岛市资源数据调用失败!!!");
return null;
}
}