|
|
@ -80,6 +80,8 @@ public class AssetCurrentServiceImpl extends ServiceImpl<AssetCurrentMapper, Ass
|
|
|
|
a1.add(acomma);
|
|
|
|
a1.add(acomma);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
byId.setGlymList(a1);
|
|
|
|
byId.setGlymList(a1);
|
|
|
|
|
|
|
|
}else {
|
|
|
|
|
|
|
|
byId.setGlymList(new ArrayList<>());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
List<Acomma> a2 = new ArrayList<>();
|
|
|
|
List<Acomma> a2 = new ArrayList<>();
|
|
|
|
if(byId.getGlIp()!=null){
|
|
|
|
if(byId.getGlIp()!=null){
|
|
|
@ -89,6 +91,8 @@ public class AssetCurrentServiceImpl extends ServiceImpl<AssetCurrentMapper, Ass
|
|
|
|
a2.add(acomma);
|
|
|
|
a2.add(acomma);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
byId.setGlIpList(a2);
|
|
|
|
byId.setGlIpList(a2);
|
|
|
|
|
|
|
|
}else {
|
|
|
|
|
|
|
|
byId.setGlIpList(new ArrayList<>());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return byId;
|
|
|
|
return byId;
|
|
|
|
}
|
|
|
|
}
|
|
|
|