zwxi 10 月之前
父節點
當前提交
150f567b1c
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      services/cygx_research_summary.go

+ 4 - 4
services/cygx_research_summary.go

@@ -440,8 +440,8 @@ func CygxResearchSummary(cont context.Context) (err error) {
 
 		//消费
 		{
-			//98:消费问答
-			newCondition := condition + ` AND category_id_two IN(10080) `
+			//10083:消费问答
+			newCondition := condition + ` AND category_id_two IN(10083) `
 			list, e := data_manage.GetReportArticleList(newCondition, pars)
 			if e != nil {
 				err = e
@@ -455,8 +455,8 @@ func CygxResearchSummary(cont context.Context) (err error) {
 
 		//智造
 		{
-			//98:问道
-			newCondition := condition + ` AND category_id_two IN(10081) `
+			//10084:问道
+			newCondition := condition + ` AND category_id_two IN(10084) `
 			list, e := data_manage.GetReportArticleList(newCondition, pars)
 			if e != nil {
 				err = e