Commit 373f9c78 by 李小龙

fix: 修改租户异常

parent 39264af7
......@@ -291,7 +291,7 @@ public class PlatTenantServiceImpl extends ServiceImpl<PlatTenantMapper, PlatTen
PlatTenant tntTenant = BeanDtoVoUtils.convert(dto, PlatTenant.class);
PlatTenant platTenant = getById(tntTenant.getId());
//更新同步到iot
iotOrgService.updateIotOrgInfo(tntTenant.getIotOrgId(), dto.getName());
iotOrgService.updateIotOrgInfo(platTenant.getIotOrgId(), dto.getName());
updateById(tntTenant);
......
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 sign in to comment