|
|
|
@ -1511,7 +1511,6 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
sendDto.setSJZT(CommonConstants.PARTY_ITEM_ZT_ONE); |
|
|
|
} |
|
|
|
} |
|
|
|
sendDto.setSENDACTDEFID(CommonConstants.PARTY_SEND_TO); |
|
|
|
//推送端记录唯一标识
|
|
|
|
sendDto.setUID(UUID.randomUUID().toString().trim().replaceAll("-", "")); |
|
|
|
//事件领域
|
|
|
|
@ -1888,6 +1887,7 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
// 拉取处理情况
|
|
|
|
for (ItemGridPlatformDTO dto : |
|
|
|
gridPlatformDTOList) { |
|
|
|
//获取网格化平台的处理进展
|
|
|
|
EventProcessHisResultDto processHistory = shiBeiCityGridApi.getHistoryByRecId(dto.getTaskid()); |
|
|
|
String successFlag = YesOrNoEnum.NO.value(); |
|
|
|
String returnMsgBody = ""; |
|
|
|
@ -1896,7 +1896,7 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
returnMsgBody = XstreamUtil.objectToXml(processHistory); |
|
|
|
List<EventProcessResultDto> progressList = processHistory.getHISTORY(); |
|
|
|
if (null != progressList && progressList.size() > 0) { |
|
|
|
// 删除已有处理记录
|
|
|
|
// 删除已有的<网格化平台处理记录>
|
|
|
|
this.removeOldHandleProcess(dto.getId()); |
|
|
|
// 保存新的处理记录
|
|
|
|
this.insertNewHandleProcess(progressList, dto.getReferenceId(), dto.getId()); |
|
|
|
|