Browse Source

fix:招标搜索信息修改

duxin 3 years ago
parent
commit
a22082c029
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{
 	"招标预告":   "预告",
-	"招标公告":   "公告",
+	"招标公告":   "招标",
 	"招标结果":   "结果",
 	"招标信用信息": "其他",
 }