| | |
| | | user.setFixed(Boolean.TRUE); |
| | | user.setDeleted(Boolean.FALSE); |
| | | user.setCompanyId(company.getId()); |
| | | user.setRealname(company.getLegalName()); |
| | | user.setMobile(company.getPhone()); |
| | | user.setCreateUser(company.getCreator()); |
| | | user.setCreateTime(company.getCreateDate()); |
| | |
| | | user.setCompanyId(company.getId()); |
| | | user.setMobile(company.getPhone()); |
| | | user.setCreateUser(company.getCreator()); |
| | | user.setRealname(company.getLegalName()); |
| | | user.setCreateTime(company.getCreateDate()); |
| | | user.setStatus(Constants.ZERO); |
| | | systemUserMapper.insert(user);//插入新的管理员账号 |