Commit 2c3fb86a authored by Yui's avatar Yui

UUID策略修改

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