mirror of
https://github.com/eyebluecn/tank.git
synced 2024-04-21 12:32:16 +00:00
feat: fix the matter author bug.
This commit is contained in:
@@ -116,7 +116,7 @@ func (this *MatterController) Detail(writer http.ResponseWriter, request *http.R
|
||||
if space.Uuid == user.SpaceUuid {
|
||||
matter.User = user
|
||||
} else {
|
||||
matter.User = this.userDao.FindByUuid(user.Uuid)
|
||||
matter.User = this.userDao.FindByUuid(matter.UserUuid)
|
||||
}
|
||||
|
||||
return this.Success(matter)
|
||||
|
||||
Reference in New Issue
Block a user