|
@@ -46,9 +46,9 @@ type ElasticComprehensiveDetail struct {
|
|
|
}
|
|
|
|
|
|
//func init() {
|
|
|
-// AddComprehensiveIndustrialSource("Hz", 0)
|
|
|
-//AddComprehensiveArticle(0)
|
|
|
-// AddComprehensiveMeetingreviewchapt()
|
|
|
+// AddComprehensiveIndustrialSource("Hz", 0)
|
|
|
+// // AddComprehensiveArticle(0)
|
|
|
+// // AddComprehensiveMeetingreviewchapt()
|
|
|
//}
|
|
|
|
|
|
// 添加文章:报告、纪要
|
|
@@ -223,6 +223,7 @@ func AddComprehensiveIndustrialSource(sourceType string, articleId int) {
|
|
|
item.PublishDate = maplistMeetingTime[v.IndustrialManagementId].Format(utils.FormatDateTime)
|
|
|
}
|
|
|
}
|
|
|
+ fmt.Println(item)
|
|
|
EsAddOrEditComprehensiveData(item)
|
|
|
}
|
|
|
}
|