Browse Source

Merge branch 'share_seller' into debug

# Conflicts:
#	controllers/company.go
zwxi 1 year ago
parent
commit
57baaf7244
1 changed files with 2 additions and 0 deletions
  1. 2 0
      controllers/company.go

+ 2 - 0
controllers/company.go

@@ -1752,6 +1752,8 @@ func (this *CompanyController) List() {
 				CloseReason:         v.CloseReason,
 				IsSigning:           v.IsSigning,
 				CompanyStatusButton: v.CompanyStatusButton,
+				ShareSeller:     v.ShareSeller,
+				ShareSellerId:   v.ShareSellerId,
 			}
 			companyLists = append(companyLists, companyList)
 		}