Commit 097046c4 authored by zhouxudong's avatar zhouxudong

日志路径

parent f02b429b
......@@ -288,7 +288,7 @@ public class SysUserInfoServiceImpl extends ServiceImpl<SysUserInfoMapper, SysUs
SysUserInfo userInfo = new SysUserInfo();
userInfo.setLoginName(phone);
userInfo.setUserName(phone);
userInfo.setUserType("00");
userInfo.setUserType("01");
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