Explorar o código

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

xyxie hai 1 día
pai
achega
5d83042b38
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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),
 					}
 				}