xyxie 1 year ago
parent
commit
31f31c266e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      models/company/company.go

+ 2 - 2
models/company/company.go

@@ -362,8 +362,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,