소스 검색

no message

xingzai 1 년 전
부모
커밋
7d09f2ac4b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      services/cygx_research_summary.go

+ 2 - 2
services/cygx_research_summary.go

@@ -426,8 +426,8 @@ func CygxResearchSummary(cont context.Context) (err error) {
 
 		//科技
 		{
-			//10072:AI问答
-			newCondition := condition + ` AND category_id_two IN(10072)  `
+			//10078:AI问答
+			newCondition := condition + ` AND category_id_two IN(10078)  `
 			list, e := data_manage.GetReportArticleList(newCondition, pars)
 			if e != nil {
 				err = e