xuzhiheng 4 年之前
父節點
當前提交
96fb31a95c
共有 5 個文件被更改,包括 9 次插入3 次删除
  1. 1 0
      src/history/util_history.go
  2. 1 0
      src/service/second_push.go
  3. 6 2
      src/util/utiltag.go
  4. 二進制
      src/web/res/fields.xlsx
  5. 1 1
      src/web/templates/com/inc.html

+ 1 - 0
src/history/util_history.go

@@ -1167,6 +1167,7 @@ func GetXlsxs(mMap []map[string]interface{}, fn, email, id string, isfile, isHen
 					row.AddCell().SetValue(v["title"])              //公告标题
 					row.AddCell().SetValue(v["subtype"])            //公告类别
 					row.AddCell().SetValue(v["area"])               //省份
+					row.AddCell().SetValue(v["projectcode"])        //项目编号
 					row.AddCell().SetValue(v["projectscope"])       //项目范围
 					row.AddCell().SetValue(v["agency"])             //招标代理机构
 					row.AddCell().SetValue(v["detail"])             //公告内容

+ 1 - 0
src/service/second_push.go

@@ -607,6 +607,7 @@ func GetXlsxs(mMap []map[string]interface{}, fn, email, id string) {
 					row.AddCell().SetValue(v["title"])              //公告标题
 					row.AddCell().SetValue(v["subtype"])            //公告类别
 					row.AddCell().SetValue(v["area"])               //省份
+					row.AddCell().SetValue(v["projectcode"])        //项目编号
 					row.AddCell().SetValue(v["projectscope"])       //项目范围
 					row.AddCell().SetValue(v["agency"])             //招标代理机构
 					row.AddCell().SetValue(v["detail"])             //公告内容

+ 6 - 2
src/util/utiltag.go

@@ -32,8 +32,10 @@ const (
 	PurchasingMatchTypeStr    = "purchasing"  //标的物匹配
 	AttachmentsMatchTypeStr   = "filetext"    //附件匹配
 	ProjectnameMatchTypeStr   = "projectname" //项目名称匹配
-	BuyerMatchTypeStr         = "buyer"       //项目名称匹配
-	SWinnerMatchTypeStr       = "s_winner"    //项目名称匹配
+	BuyerMatchTypeStr         = "buyer"       //采购单位匹配
+	SWinnerMatchTypeStr       = "s_winner"    //中标单位匹配
+	BuyerMatchTypeStr1        = "buyer"       //采购单位分词匹配
+	SWinnerMatchTypeStr1      = "s_winner"    //中标单位分词匹配
 	TitleMatchTypeField       = "title"       //标题匹配
 	DetailMatchTypeField      = "detail"      //全文匹配
 	PurchasingMatchTypeField  = "purchasing"  //标的物匹配
@@ -41,6 +43,8 @@ const (
 	ProjectnameMatchTypeField = "projectname" //项目名称匹配
 	BuyerMatchTypeField       = "buyer"       //项目名称匹配
 	SWinnerMatchTypeField     = "s_winner"    //项目名称匹配
+	BuyerMatchTypeField1      = "buyer"       //采购单位分词匹配
+	SWinnerMatchTypeField1    = "s_winner"    //中标单位分词匹配
 	MultiMatchType            = "phrase"
 	Standard                  = 1          //1:标准字段包,
 	Advanced                  = 2          //2:高级字段包

二進制
src/web/res/fields.xlsx


+ 1 - 1
src/web/templates/com/inc.html

@@ -3,7 +3,7 @@
 <head>
 	<meta charset="utf-8">
 	<meta http-equiv="X-UA-Compatible" content="IE=edge">
-	<title>Data Proccess</title>
+	<title>剑鱼客户管理系统</title>
 	<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
 	<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.min.css">
 	<link rel="stylesheet" href="/bower_components/font-awesome/css/font-awesome.min.css">