ソースを参照

Merge branch 'CRM_15.6' into debug

zwxi 11 ヶ月 前
コミット
5e10173d64
1 ファイル変更1 行追加1 行削除
  1. 1 1
      services/statistic_report/company.go

+ 1 - 1
services/statistic_report/company.go

@@ -115,7 +115,7 @@ func CompanyList(sysUser *system.Admin, req statisticModels.IncrementalCompanyLi
 			sortStr = " ORDER BY b.status "
 		}  else if sortParam == "serviceYears" {
 			sortStr = " ORDER BY d.first_date"
-		} else if sortParam == "LatestServiceRecord" {
+		} else if sortParam == "latestServiceRecord" {
 			sortStr = " ORDER BY c.latest_service_record "
 		}else {
 			errMsg = "排序字段传入数据异常:" + sortParam