zwxi 1 an în urmă
părinte
comite
c73d6da7b6
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 {