zwxi 1 year ago
parent
commit
69799032da
1 changed files with 2 additions and 0 deletions
  1. 2 0
      controllers/company.go

+ 2 - 0
controllers/company.go

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