|
|
|
@ -6468,9 +6468,9 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
ItemHandleProcessEntity item = itemHandleProcessDao.selectById(itemReportInterfaceLogEntityFour.getProcessId()); |
|
|
|
// 拼接数据
|
|
|
|
ObjectMapper objectMapper = new ObjectMapper(); |
|
|
|
AppealHandlingResultDTO appealHandlingResultDTO = new AppealHandlingResultDTO(); |
|
|
|
AppealAuditResultDTO appealHandlingResultDTO = new AppealAuditResultDTO(); |
|
|
|
try { |
|
|
|
appealHandlingResultDTO = objectMapper.readValue(itemReportInterfaceLogEntityFour.getCallMsgBody(), AppealHandlingResultDTO.class); |
|
|
|
appealHandlingResultDTO = objectMapper.readValue(itemReportInterfaceLogEntityFour.getCallMsgBody(), AppealAuditResultDTO.class); |
|
|
|
} catch (IOException e) { |
|
|
|
|
|
|
|
} |
|
|
|
|