소스 검색

no message

xingzai 5 달 전
부모
커밋
9b86fd192a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      models/report.go

+ 1 - 0
models/report.go

@@ -1081,6 +1081,7 @@ func GetArticleResearchListHz(condition string, pars []interface{}, startSize, p
 	o := orm.NewOrm()
 	sql := `SELECT
 			a.article_id,
+			a.report_id,
 			a.title,
 			a.body,
 			a.annotation,