Add the recovery files.

This commit is contained in:
lishuang 2020-07-12 21:17:58 +08:00
parent 8a0c66ceff
commit ce94a35ed7

View File

@ -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.