Commit 0b10dc84 by huluobin

update

parent b36e67de
......@@ -186,6 +186,8 @@ public class CustomerServiceImpl extends ServiceImpl<CustomerMapper, Customer> i
gogirlToken.setCustomerId(customer.getId());
gogirlTokenService.save(gogirlToken);
token = customer.getId() + "_" + token.substring(6);
} finally {
lock.unlock(openid.hashCode() & Integer.MAX_VALUE);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment