|
@@ -30,14 +30,14 @@ const (
|
|
|
TitleMatchTypeStr = "title" //标题匹配
|
|
|
DetailMatchTypeStr = "detail" //全文匹配
|
|
|
PurchasingMatchTypeStr = "purchasing" //标的物匹配
|
|
|
- AttachmentsMatchTypeStr = "attachments" //附件匹配
|
|
|
+ AttachmentsMatchTypeStr = "filetext" //附件匹配
|
|
|
ProjectnameMatchTypeStr = "projectname" //项目名称匹配
|
|
|
BuyerMatchTypeStr = "buyer" //项目名称匹配
|
|
|
SWinnerMatchTypeStr = "s_winner" //项目名称匹配
|
|
|
TitleMatchTypeField = "title" //标题匹配
|
|
|
DetailMatchTypeField = "detail" //全文匹配
|
|
|
PurchasingMatchTypeField = "purchasing" //标的物匹配
|
|
|
- AttachmentsMatchTypeField = "attachments" //附件匹配
|
|
|
+ AttachmentsMatchTypeField = "filetext" //附件匹配
|
|
|
ProjectnameMatchTypeField = "projectname" //项目名称匹配
|
|
|
BuyerMatchTypeField = "buyer" //项目名称匹配
|
|
|
SWinnerMatchTypeField = "s_winner" //项目名称匹配
|