|
@@ -231,7 +231,7 @@ func infoFind(id string, v1 string) map[string]interface{} {
|
|
|
toptype := common.InterfaceToStr(obj["toptype"])
|
|
|
subtype := common.InterfaceToStr(obj["subtype"])
|
|
|
pushTime := ""
|
|
|
- if ok && obj != nil && len(obj) > 0 {
|
|
|
+ if obj != nil && len(obj) > 0 {
|
|
|
data["title"] = common.ObjToString(obj["title"])
|
|
|
data["city"] = obj["city"]
|
|
|
data["area"] = obj["area"]
|