Browse Source

本周研究汇总抓取主题变更

zwxi 10 tháng trước cách đây
mục cha
commit
3bc9be0b0c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      services/cygx_research_summary.go

+ 2 - 2
services/cygx_research_summary.go

@@ -114,7 +114,7 @@ func CygxResearchSummary(cont context.Context) (err error) {
 
 		//智造
 		{
-			newCondition := condition + ` AND category_id_two IN(66,85,87)`
+			newCondition := condition + ` AND category_id_two IN(66,87)`
 			list, e := data_manage.GetReportArticleList(newCondition, pars)
 			if e != nil {
 				err = e
@@ -227,7 +227,7 @@ func CygxResearchSummary(cont context.Context) (err error) {
 
 		//智造
 		{
-			newCondition := condition + ` AND category_id_two IN(84)`
+			newCondition := condition + ` AND category_id_two IN(84, 85)`
 			list, e := data_manage.GetReportArticleList(newCondition, pars)
 			if e != nil {
 				err = e