Commit b96f6ea8 authored by yaobaizheng's avatar yaobaizheng

添加用户来源

parent b8393866
......@@ -289,6 +289,7 @@ public class SysUserInfoServiceImpl extends ServiceImpl<SysUserInfoMapper, SysUs
userInfo.setLoginName(phone);
userInfo.setUserName(phone);
userInfo.setUserType("01");
userInfo.setSource(ThreadSourceEnum.LYY.getCode());
userInfo.setPhonenumber(phone);
userInfo.setSex("0");
if (StringUtils.isNotBlank(password)) {
......
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