|
@@ -137,7 +137,7 @@ func CompanyList(sysUser *system.Admin, req statisticModels.IncrementalCompanyLi
|
|
|
} else {
|
|
|
|
|
|
if status == "全部" || status == "永续" {
|
|
|
- sortStr = " ORDER BY c.latest_service_record DESC "
|
|
|
+ sortStr = " ORDER BY c.latest_service_record "
|
|
|
} else if status == "正式" {
|
|
|
sortStr = " ORDER BY b.formal_time "
|
|
|
} else if status == "冻结" {
|