|
@@ -122,7 +122,7 @@ func GetReportList(condition string, pars []interface{}, companyType string, sta
|
|
|
|
+ sql += `ORDER BY FIELD(state,3,1,2,4), modify_time DESC LIMIT ?,?`
|
|
_, err = o.Raw(sql, pars, startSize, pageSize).QueryRows(&items)
|
|
_, err = o.Raw(sql, pars, startSize, pageSize).QueryRows(&items)
|