@@ -136,7 +136,7 @@ func GetEdbInfoSortList(condition string, pars []interface{}, startSize, pageSiz
sql += condition
}
if orderField == "" {
- orderField = "create_date"
+ orderField = "end_date"
if orderType == "" {
orderType = "DESC"