|
@@ -1074,7 +1074,8 @@ func otherFilter(obj map[string]interface{}, isLogin bool) map[string]interface{
|
|
obj[dk] = mosaicText
|
|
obj[dk] = mosaicText
|
|
}
|
|
}
|
|
if obj["subtype"] == "拟建" {
|
|
if obj["subtype"] == "拟建" {
|
|
- obj["projectinfo"] = projectinfo
|
|
|
|
|
|
+ delete(obj, "projectinfo")
|
|
|
|
+ //obj["projectinfo"] = projectinfo
|
|
}
|
|
}
|
|
obj["detail"] = detail
|
|
obj["detail"] = detail
|
|
return obj
|
|
return obj
|