Explorar el Código

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

xyxie hace 6 días
padre
commit
5d83042b38
Se han modificado 1 ficheros con 1 adiciones y 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),
 					}
 				}