|
@@ -195,6 +195,7 @@ func (this *AnalystController) List() {
|
|
InvestmentCertificate: v.InvestmentCertificate,
|
|
InvestmentCertificate: v.InvestmentCertificate,
|
|
ProfessionalCertificate: v.ProfessionalCertificate,
|
|
ProfessionalCertificate: v.ProfessionalCertificate,
|
|
Introduction: v.Introduction,
|
|
Introduction: v.Introduction,
|
|
|
|
+ Status: v.Status,
|
|
CreatedTime: v.CreatedTime.Format(time.DateTime),
|
|
CreatedTime: v.CreatedTime.Format(time.DateTime),
|
|
})
|
|
})
|
|
|
|
|