一些优化细节

This commit is contained in:
RuoYi
2018-07-26 12:37:33 +08:00
parent f65728611a
commit 791c767aed
15 changed files with 96 additions and 33 deletions

View File

@ -30,7 +30,7 @@ public class AddressUtils
}
catch (Exception e)
{
log.error("根据IP获取所在位置----------错误消息:" + e.getMessage());
log.error("获取地理位置异常:", e);
}
return address;
}