+2
@@ -37,10 +37,12 @@ public class InboundErrorInfoManService extends BaseService {
|
|||||||
|
|
||||||
InboundErrorInfoUI ui = inboundErrorInfoUIMapper.toVo(inboundErrorInfoService.getById(eaiSvcSerno));
|
InboundErrorInfoUI ui = inboundErrorInfoUIMapper.toVo(inboundErrorInfoService.getById(eaiSvcSerno));
|
||||||
|
|
||||||
|
if (ui.getAdptrBzwkGroupName() != null) {
|
||||||
adapterGroupService.findById(ui.getAdptrBzwkGroupName()).ifPresent(a -> {
|
adapterGroupService.findById(ui.getAdptrBzwkGroupName()).ifPresent(a -> {
|
||||||
ui.setAdptrMsgDstcd(a.getAdptrmsgdstcd());
|
ui.setAdptrMsgDstcd(a.getAdptrmsgdstcd());
|
||||||
ui.setAdptrMsgPtrncd(a.getAdptrmsgptrncd());
|
ui.setAdptrMsgPtrncd(a.getAdptrmsgptrncd());
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
||||||
return ui;
|
return ui;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user