Commit 9452d2b0039c0e9a10aa173d91ee2f7a9b8112ac

Authored by xp.Huang
1 parent b3b6e64c

fix: 脚本更新时,返回tenantId

... ... @@ -179,6 +179,7 @@ public class TkDeviceScriptServiceImpl
179 179 ModelConstants.TablePropertyMapping.UPDATE,
180 180 ModelConstants.TablePropertyMapping.UPDATE_TIME);
181 181 baseMapper.updateById(device);
  182 + device.setTenantId(deviceDTO.getTenantId());
182 183 return device.getDTO(TkDeviceScriptDTO.class);
183 184 }
184 185
... ...