Commit 2c3fb86a authored by Yui's avatar Yui

UUID策略修改

parent 71fe5bf3
......@@ -65,7 +65,7 @@ public class LkbUserviceImpl implements ILkbUserService {
// LOGGER.warn("向LKB注册用户失败, phoneNo:{}, password:{}", phoneNo, password);
// return "";
// }
String uid = java.util.UUID.randomUUID().toString()replace("-","");
String uid = java.util.UUID.randomUUID().toString().replace("-","");
return uid;
}
......
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