新增用户的时候设置租户无效

dev
zhangdaiscott 3 years ago
parent 217fe0dce4
commit d81fa1f908

@ -167,7 +167,7 @@ public class SysUserController {
user.setOrgCode(null);
// 保存用户走一个service 保证事务
//获取租户ids
String relTenantIds = jsonObject.getString("realTenantIds");
String relTenantIds = jsonObject.getString("relTenantIds");
sysUserService.saveUser(user, selectedRoles, selectedDeparts, relTenantIds);
baseCommonService.addLog("添加用户username " +user.getUsername() ,CommonConstant.LOG_TYPE_2, 2);
result.success("添加成功!");

Loading…
Cancel
Save