Commit eb4d33ce authored by caotao's avatar caotao

移除接口返回设备状态数据

parent 36701af0
......@@ -429,6 +429,7 @@ public class JgChangeRegistrationReformServiceImpl extends BaseService<JgChangeR
.eq("registration_class", "改造登记"));
originalData = JSONObject.parseObject(jgRegistrationHistory.getChangeData(), Map.class);
originalData.remove("sequenceNbr");
originalData.remove("status");
detail.putAll(originalData);
}
return detail;
......
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