Pārlūkot izejas kodu

Merge branch 'feature/pool0109_company_seller' into debug

xyxie 1 gadu atpakaļ
vecāks
revīzija
e588175032
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      models/company/company.go

+ 2 - 2
models/company/company.go

@@ -381,8 +381,8 @@ as sort_todo_end_time,
             b.freeze_time,b.freeze_reason,b.renewal_reason,
 			b.view_total,
 			b.last_view_time,
-			b.share_seller,
-			b.share_seller_id,
+			a.share_seller,
+			a.share_seller_id,
 			MAX(b.last_view_time) as max_last_view_time,
 			MIN(b.last_view_time) as min_last_view_time,
 			MAX(b.end_date) as max_end_date,