rdluck 4 年之前
父节点
当前提交
60ca889a05
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      controllers/user.go

+ 0 - 1
controllers/user.go

@@ -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)