IP库增加制品管理/统计中相关区域名称可以显示别名

This commit is contained in:
刘祥超
2022-08-23 19:40:17 +08:00
parent 455952e9e4
commit c552eb3b0e
16 changed files with 479 additions and 18 deletions

View File

@@ -89,7 +89,7 @@ func (this *APINode) Start() {
// 启动IP库
remotelogs.Println("API_NODE", "initializing ip library ...")
err = iplibrary.Init()
err = iplibrary.InitDefault()
if err != nil {
remotelogs.Error("API_NODE", "initialize ip library failed: "+err.Error())
}