rdluck 4 år sedan
förälder
incheckning
60ca889a05
1 ändrade filer med 0 tillägg och 1 borttagningar
  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)