liuxiaolong
2019-10-31 0712822ce390edbbaba9a9e67114834de04a9f6f
EsClient.go
@@ -250,10 +250,8 @@
                //Isnil("monitorLevel",ok)
                bi.Content,ok = m["content"].(string)
                //Isnil("content",ok)
                bwType,ok := m["bwType"].(float64)
                if ok {
                    bi.BwType= int32(bwType)
                }
                bi.BwType,ok = m["bwType"].(string)
                //Isnil("bwType", ok)
                tmpinfo.BaseInfo = append(tmpinfo.BaseInfo, &bi)