소스 검색

Merge branch 'share_seller' into debug

# Conflicts:
#	controllers/company.go
zwxi 1 년 전
부모
커밋
57baaf7244
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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)
 		}