Преглед изворни кода

Merge branch 'demand_943' into debug

zwxi пре 10 месеци
родитељ
комит
aecda5b448
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