@@ -132,7 +132,7 @@ func (this *Datasmt) Detail(dataType, id string) error {
//关键词处理
keywords := fmt.Sprintf("%s%s,%s招投标数据,%s招标采购数据,%s,剑鱼标讯", data["keyword"], data["dataType"], data["keyword"], data["keyword"], data["dataType"])
//描述处理
- description := fmt.Sprintf("%s%s", data["name"], data["introduce"])
+ description := fmt.Sprintf("%s,%s", data["name"], data["introduce"])
this.T["title"] = title
this.T["keywords"] = keywords
this.T["description"] = description