zwxi hai 1 ano
pai
achega
c73d6da7b6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      services/statistic_report/company.go

+ 1 - 1
services/statistic_report/company.go

@@ -110,7 +110,7 @@ func CompanyList(sysUser *system.Admin, req statisticModels.IncrementalCompanyLi
 		} else if sortParam == "sellerName" {
 			sortStr = " ORDER BY b.seller_name "
 		} else if sortParam == "shareSellerName" {
-			sortStr = " ORDER BY b.share_seller_name "
+			sortStr = " ORDER BY b.share_seller "
 		} else if sortParam == "status" {
 			sortStr = " ORDER BY b.status "
 		} else {