Fix the hard delete bug.

This commit is contained in:
lishuang 2020-07-18 14:38:47 +08:00
parent ff87ea8e39
commit 617d5df294

View File

@ -438,6 +438,7 @@ func (this *MatterController) DeleteBatch(writer http.ResponseWriter, request *h
panic(result.UNAUTHORIZED)
}
matters = append(matters, matter)
}
for _, matter := range matters {