Finish some code refine work.
This commit is contained in:
@ -252,7 +252,8 @@ func (this *DavService) HandlePut(writer http.ResponseWriter, request *http.Requ
|
||||
this.matterService.Delete(srcMatter)
|
||||
}
|
||||
|
||||
this.matterService.Upload(request.Body, user, matter.Uuid, filename, true, false)
|
||||
|
||||
this.matterService.Upload(request.Body, user, matter, filename, true)
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user