Browse Source

共享销售

xyxie 1 năm trước cách đây
mục cha
commit
c70b484974
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      models/company/company.go

+ 2 - 0
models/company/company.go

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