|
|
|
@ -4019,6 +4019,13 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
} |
|
|
|
} |
|
|
|
} else if ("1".equals(formDto.getState())) { |
|
|
|
|
|
|
|
try { |
|
|
|
this.queryItemHandle(itemHandleProcessDto.getItemId()); |
|
|
|
}catch (Exception e) { |
|
|
|
log.error("驳回拉取流程失败"); |
|
|
|
} |
|
|
|
|
|
|
|
itemHandleProcessDto.setState(ItemGridPlatformHandleStatusEnum.HANDLE_BH.getValue()); |
|
|
|
itemHandleProcessDto.setOutHandleAdvice(formDto.getHandleAdvice()); |
|
|
|
itemHandleProcessDto.setGridPartyname("驳回"); |
|
|
|
|