Ver código fonte

被禁用的研究员不显示头像

xyxie 4 dias atrás
pai
commit
5d83042b38
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      domian/report/report_service.go

+ 1 - 1
domian/report/report_service.go

@@ -142,7 +142,7 @@ func GetReportById(reportId int, userId int) (ReportDTO ReportDTO, err error) {
 					item = Anthor{
 						Id:         0,
 						Name:       name,
-						HeadImgUrl: author.HeadImgUrl,
+						HeadImgUrl: "",
 						Following:  string(userDao.Forbidden),
 					}
 				}