Kick off tank 2.0

This commit is contained in:
zicla
2018-11-22 21:16:53 +08:00
parent 55124ed7e8
commit 90a0e04590
9 changed files with 470 additions and 4 deletions

View File

@ -230,9 +230,8 @@ func (this *MatterDao) Delete(matter *Matter) {
if err != nil {
LogError(fmt.Sprintf("删除磁盘上的文件出错,不做任何处理"))
//this.PanicError(err)
}
this.PanicError(err)
}
}