---
panlei
2019-12-09 3ab43cffc81d02c1aba37b6df6551bf3c17dc0ef
main.go
@@ -40,7 +40,7 @@
   if viper.GetString("LogBasePath") != "" {
      logFile = viper.GetString("LogBasePath")
   }
   //logFile = logFile + "ruleprocess.log"
   logFile = logFile + "ruleprocess.log"
   //fmt.Println("日志地址:",logFile)
   logger.Config(logFile, logger.DebugLevel)
   logger.SetSaveDays(7)
@@ -93,7 +93,7 @@
         _ = p.Submit(syncCalculateSum)
         //go Task(msg)
      } else {
         fmt.Println("接收数据失败",err)
         fmt.Println(err)
      }
   }
}