diff --git a/code/rest/matter_controller.go b/code/rest/matter_controller.go index c337ef8..cbfa263 100644 --- a/code/rest/matter_controller.go +++ b/code/rest/matter_controller.go @@ -285,7 +285,7 @@ func (this *MatterController) Crawl(writer http.ResponseWriter, request *http.Re return this.Success(matter) } -//soft delete. +//soft delete. todo: 删除了文件,但是父目录没有删的情形没处理。 func (this *MatterController) SoftDelete(writer http.ResponseWriter, request *http.Request) *result.WebResult { uuid := request.FormValue("uuid")