|
@@ -1033,6 +1033,7 @@ func FormatExportData(entmg mg.MongodbSim, data *[]map[string]interface{}, webdo
|
|
|
v["winnerMaps"] = winnerMaps
|
|
|
}
|
|
|
}
|
|
|
+ delete(v, "entidlist")
|
|
|
}
|
|
|
//====================字段补漏=========================
|
|
|
if v["toptype"] == "结果" && dataType == "2" && !(v["agency"] != nil && v["budget"] != nil && v["buyerperson"] != nil && v["buyertel"] != nil) {
|
|
@@ -1086,7 +1087,7 @@ func FormatExportData(entmg mg.MongodbSim, data *[]map[string]interface{}, webdo
|
|
|
date := v["bidendtime"]
|
|
|
v["bidendtime"] = FormatDateWithObj(&date, Date_Short_Layout)
|
|
|
}
|
|
|
- if v["_id"] != nil {
|
|
|
+ if v["_id"] != nil && !isEncry {
|
|
|
encodeId := CommonEncodeArticle("content", v["_id"].(string))
|
|
|
v["url"] = webdomain + "/article/content/" + encodeId + ".html"
|
|
|
v["url_jump"] = webdomain + "/front/reloadTo/article/content/" + encodeId + ".html"
|