Browse Source

Refine the codes for tank.

master
zicla 7 years ago
parent
commit
960c82ec36
  1. 1
      rest/matter_service.go

1
rest/matter_service.go

@ -72,6 +72,7 @@ func (this *MatterService) Delete(matter *Matter) {
}
//操作锁
this.userService.MatterLock(matter.UserUuid)
defer this.userService.MatterUnlock(matter.UserUuid)

Loading…
Cancel
Save