@ -99,7 +99,9 @@ public class NeighborHoodController {
lock = distributedLock.getLock(RedisKeys.getXiaoquEditLock(tokenDTO.getCustomerId()), 120L, 3L, TimeUnit.SECONDS);
neighborHoodService.updateNeighborhood(customerId,formDTO);
} finally {
lock.unlock();
if (lock != null) {
}
return new Result();
@ -261,7 +261,9 @@ public class IcResiUserController implements ResultDataResolver {
this.sendVolunteerMsg(tokenDto.getCustomerId(), resiUserId);
@ -652,7 +654,9 @@ public class IcResiUserController implements ResultDataResolver {
epmetMessageOpenFeignClient.sendSystemMsgByMQ(form);
//解锁
});