Skip to content

Commit

Permalink
sync time fix
Browse files Browse the repository at this point in the history
  • Loading branch information
axiaoxin committed Aug 10, 2022
1 parent f4a2bc2 commit 1d4f82d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/global.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ func InitGlobalVars() {
if err := InitFundManagers(); err != nil {
logging.Error(nil, "init models global vars error:"+err.Error())
}
// 更新同步时间
SyncFundTime = time.Now()
}

// InitIndustryList 初始化行业列表
Expand Down

0 comments on commit 1d4f82d

Please sign in to comment.