Add a todo case.

This commit is contained in:
lishuang 2020-07-16 02:01:18 +08:00
parent 1a1d9e8adf
commit 333682325c

View File

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