@@ -174,7 +174,7 @@ func GetChartList(condition string, pars []interface{}, startSize, pageSize int)
if condition != "" {
sql += condition
}
- sql += ` ORDER BY create_date DESC LIMIT ?,? `
+ sql += ` ORDER BY chart_id DESC LIMIT ?,? `
_, err = o.Raw(sql, pars, startSize, pageSize).QueryRows(&items)
return