Browse Source

获取报告章节列表

xyxie 11 months ago
parent
commit
656f2564a2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      models/report_chapter_type.go

+ 0 - 1
models/report_chapter_type.go

@@ -318,7 +318,6 @@ func GetReportChapterTypePageList(condition string, pars []interface{}) (list []
 	sql := ` SELECT * FROM report_chapter_type WHERE 1 = 1 `
 	sql += condition
 	sql += ` ORDER BY sort ASC, created_time DESC`
-	sql += ` LIMIT ?,?`
 	_, err = o.Raw(sql, pars).QueryRows(&list)
 	return
 }