|
@@ -657,7 +657,6 @@ func (this *UserController) InterviewApplyList() {
|
|
|
list[i].SubCategoryName = article.SubCategoryName
|
|
|
list[i].ExpertBackground = article.ExpertBackground
|
|
|
list[i].ExpertNumber = article.ExpertNumber
|
|
|
- list[i].InterviewTime = article.InterviewDate
|
|
|
}
|
|
|
page := paging.GetPaging(currentIndex, pageSize, total)
|
|
|
resp := new(models.ArticleInterviewApplyListResp)
|