|
|
|
@ -3207,7 +3207,7 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
itemHandleProcessDto.setOutHandleAdvice(formDto.getHandleAdvice()); |
|
|
|
// 上报驳回,上报市平台
|
|
|
|
log.info("上报驳回,上报市平台"); |
|
|
|
pushToCityGridService.ReportRejection(itemHandleProcessDto.getItemId()); |
|
|
|
pushToCityGridService.ReportRejection(itemHandleProcessDto.getId()); |
|
|
|
}else{ |
|
|
|
// 保存接口调用日志
|
|
|
|
this.saveInterfaceLog(itemPlat.getReferenceId(), InterfaceLogBusinessTypeEnum.ACCEPT_ITEM_PROCESS.getValue(), |
|
|
|
|