|
@@ -108,6 +108,7 @@ public class JyPlatformServiceImpl extends ServiceImpl<IJyPlatformMapper, JyPlat
|
|
sysUserService.updateRoleId(jyUser1.getSysUserId(),47L);
|
|
sysUserService.updateRoleId(jyUser1.getSysUserId(),47L);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ param.setPlatformAddress(jyPlatform.getPlatformAddress());
|
|
BeanUtils.copyProperties(param,jyPlatform);
|
|
BeanUtils.copyProperties(param,jyPlatform);
|
|
this.updateById(jyPlatform);
|
|
this.updateById(jyPlatform);
|
|
}
|
|
}
|