Browse Source

Merge branch 'dev_4.8.33_wh' of qmx/jy into feature/v4.8.33

王浩 2 years ago
parent
commit
05c86e63f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/front/datasmt.go

+ 1 - 1
src/jfw/front/datasmt.go

@@ -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