Commit 4d633ae9 by Joneq

完成常驻进程

parent d4e2557b
Showing with 1 additions and 2 deletions
...@@ -54,7 +54,7 @@ func main() { ...@@ -54,7 +54,7 @@ func main() {
//获取config //获取config
logic.GetConfig() logic.GetConfig()
if runtype == "one" { if runtype != "one" {
//设置协程数量 //设置协程数量
wg.Add(1) wg.Add(1)
...@@ -73,7 +73,6 @@ func main() { ...@@ -73,7 +73,6 @@ func main() {
insertScoreMsg.ComCreditsId = StringTurnInt64(v["id"]) insertScoreMsg.ComCreditsId = StringTurnInt64(v["id"])
GetCompanyRunInfo(c) GetCompanyRunInfo(c)
SetSumScore(c) SetSumScore(c)
break
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment