Finish some code refine work.

This commit is contained in:
zicla
2019-04-24 22:43:58 +08:00
parent 960c82ec36
commit f2bed9ac33
6 changed files with 203 additions and 195 deletions

View File

@ -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)
}