Browse Source

Merge branch 'bugfix_4474' into debug

zwxi 8 months ago
parent
commit
893c8d078b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/statistic_report/company.go

+ 1 - 1
services/statistic_report/company.go

@@ -112,7 +112,7 @@ func CompanyList(sysUser *system.Admin, req statisticModels.IncrementalCompanyLi
 		} else if sortParam == "shareSellerName" {
 			sortStr = " ORDER BY CONVERT( b.share_seller USING gbk ) COLLATE gbk_chinese_ci "
 		} else if sortParam == "status" {
-			sortStr = " ORDER BY b.status "
+			sortStr = " ORDER BY sort_status "
 		}  else if sortParam == "serviceYears" {
 			sortStr = " ORDER BY d.first_date"
 		} else if sortParam == "latestServiceRecord" {