Jelajahi Sumber

Merge branch 'CRM_14.7.2' into debug

zwxi 11 bulan lalu
induk
melakukan
b6f1d73071
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      models/company/company_renewal_record.go

+ 1 - 1
models/company/company_renewal_record.go

@@ -50,7 +50,7 @@ WHERE
 func GetUnusualRenewCompanyByShareSellerList(startDate, endDate time.Time, productId, source int) (list []*UnusualRenewCompanyGroup, err error) {
 	o := orm.NewOrm()
 	sql := `	SELECT
-	a.seller_id,b.share_seller_id,
+	a.seller_id,a.share_seller_id,
 	count(
 	DISTINCT ( a.company_id )) num,
 	GROUP_CONCAT( DISTINCT a.company_id SEPARATOR ',' ) AS company_ids