Commit 80dafd19 authored by tianyiming's avatar tianyiming

查询设备详情返回删除instanceId字段

parent ea0c1655
...@@ -285,6 +285,7 @@ public class IdxBizJgRegisterInfoServiceImpl extends BaseService<IdxBizJgRegiste ...@@ -285,6 +285,7 @@ public class IdxBizJgRegisterInfoServiceImpl extends BaseService<IdxBizJgRegiste
resultMap.putAll(equipParamsMap); resultMap.putAll(equipParamsMap);
} }
} }
resultMap.remove("instanceId");
return resultMap; return resultMap;
} }
......
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 to comment