zwxi 1 년 전
부모
커밋
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