|
|
@ -85,6 +85,7 @@ public class UserServiceImpl implements UserService { |
|
|
@Transactional |
|
|
@Transactional |
|
|
public SimpleDataResponse add(OptUserParam param, Long companyId, Long userId, Integer languageType) { |
|
|
public SimpleDataResponse add(OptUserParam param, Long companyId, Long userId, Integer languageType) { |
|
|
try { |
|
|
try { |
|
|
|
|
|
param.setUserType(2); |
|
|
// if (StringUtils.isBlank(param.getLoginName())) {
|
|
|
// if (StringUtils.isBlank(param.getLoginName())) {
|
|
|
param.setLoginName(param.getUsername()); |
|
|
param.setLoginName(param.getUsername()); |
|
|
// }
|
|
|
// }
|
|
|
|