|
|
|
@ -581,7 +581,7 @@ public class PushToCityGridServiceImpl implements PushToCityGridService { |
|
|
|
String id = processDTO.getId(); |
|
|
|
String itemId = processDTO.getItemId(); |
|
|
|
AppealHandlingToCityResultDTO item = itemHandleProcessDao.getAppealHandling(id, processDTO.getItemId()); |
|
|
|
ItemDTO itemDTO = itemService.get(itemId); |
|
|
|
ItemDTO itemDTO = itemService.getCategoryInfo(itemId); |
|
|
|
if (null == item || itemDTO == null) { |
|
|
|
log.error("流程节点不存在"); |
|
|
|
return new Result(); |
|
|
|
@ -645,7 +645,7 @@ public class PushToCityGridServiceImpl implements PushToCityGridService { |
|
|
|
data.setClfj(clfjList); |
|
|
|
} |
|
|
|
// 处理类型
|
|
|
|
data.setSqlx("itemDTO.getcate"); |
|
|
|
data.setSqlx(itemDTO.getCategoryCodeOrigin()); |
|
|
|
// 处理时间
|
|
|
|
data.setCzsj(DateUtils.format(item.getCreatedTime(), DateUtils.DATE_TIME_PATTERN)); |
|
|
|
// 处理内容
|
|
|
|
|