Add the recovery files.
This commit is contained in:
parent
8a0c66ceff
commit
ce94a35ed7
@ -489,7 +489,7 @@ func (this *MatterDao) Recovery(matter *Matter) {
|
||||
matters := this.FindByPuuidAndUserUuid(matter.Uuid, matter.UserUuid, nil)
|
||||
|
||||
for _, f := range matters {
|
||||
this.SoftDelete(f)
|
||||
this.Recovery(f)
|
||||
}
|
||||
|
||||
//recovery from db.
|
||||
|
Loading…
Reference in New Issue
Block a user