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