Browse Source

fix:招标搜索信息修改

duxin 3 năm trước cách đây
mục cha
commit
a22082c029
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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{
 	"招标预告":   "预告",
-	"招标公告":   "公告",
+	"招标公告":   "招标",
 	"招标结果":   "结果",
 	"招标信用信息": "其他",
 }