|
@@ -1087,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 && !isEncry {
|
|
|
+ if v["_id"] != nil {
|
|
|
encodeId := CommonEncodeArticle("content", v["_id"].(string))
|
|
|
v["url"] = webdomain + "/article/content/" + encodeId + ".html"
|
|
|
v["url_jump"] = webdomain + "/front/reloadTo/article/content/" + encodeId + ".html"
|