Commit 4d633ae9 by Joneq

完成常驻进程

parent d4e2557b
Showing with 1 additions and 2 deletions
......@@ -54,7 +54,7 @@ func main() {
//获取config
logic.GetConfig()
if runtype == "one" {
if runtype != "one" {
//设置协程数量
wg.Add(1)
......@@ -73,7 +73,6 @@ func main() {
insertScoreMsg.ComCreditsId = StringTurnInt64(v["id"])
GetCompanyRunInfo(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