Browse Source

Fix the hard delete bug.

master
lishuang 5 years ago
parent
commit
617d5df294
  1. 1
      code/rest/matter_controller.go

1
code/rest/matter_controller.go

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

Loading…
Cancel
Save