Commit 9c377c78 authored by jingbo.wang's avatar jingbo.wang

Merge branch 'master' of http://git.quantgroup.cn/DevOps/enoch

parents 5a7f46be c0efb4fc
...@@ -23,6 +23,7 @@ func (HealthMessageHandler) MsgProcess(msg string) { ...@@ -23,6 +23,7 @@ func (HealthMessageHandler) MsgProcess(msg string) {
if err != nil { if err != nil {
logger.Error.Println("healthMessageHandler解析json失败:", err) logger.Error.Println("healthMessageHandler解析json失败:", err)
logger.Error.Println(msg) logger.Error.Println(msg)
return
} }
buildMsg(chunkMsg) buildMsg(chunkMsg)
} }
......
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 to comment