Browse Source

Merge branch 'feature/v4.7.10' of http://192.168.3.207:8080/qmx/jy into feature/v4.7.10

tsz 3 years ago
parent
commit
1e463ef2d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/modules/common/src/qfw/util/bidsearch/search.go

+ 1 - 1
src/jfw/modules/common/src/qfw/util/bidsearch/search.go

@@ -109,7 +109,7 @@ func GetPcBidSearchData(searchvalue, area, publishtime, subtype, industry, minpr
 
 var topType = map[string]string{
 	"招标预告":   "预告",
-	"招标公告":   "公告",
+	"招标公告":   "招标",
 	"招标结果":   "结果",
 	"招标信用信息": "其他",
 }