yujian
2019-11-26 2d3afb55aed07f9780ab46aefbdc7d520cdff576
fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserAccountServiceImpl.java
@@ -1069,7 +1069,7 @@
      } finally {
         jedis.del(watchKey);
         jedis.unwatch();
         jedisPool.returnResource(jedis);
         jedis.close();
      }
      throw new UserAccountException(10, "请稍后再试");
   }
@@ -1174,7 +1174,7 @@
      } finally {
         jedis.del(watchKey);
         jedis.unwatch();
         jedisPool.returnResource(jedis);
         jedis.close();
      }
      throw new UserAccountException(10, "请稍后再试");
   }