【数据资产】
1、认证变更跨平台审批
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -690,7 +690,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService | ... | @@ -690,7 +690,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService |
690 | //流程数据处理 | 690 | //流程数据处理 |
691 | vo.setApproveVO(approvalFlowUtil.getApprovalInfo(entity.getGuid())); | 691 | vo.setApproveVO(approvalFlowUtil.getApprovalInfo(entity.getGuid())); |
692 | if(map != null){ | 692 | if(map != null){ |
693 | DemandUpdateStateVO voState = map.get(entity.getGuid()); | 693 | DemandUpdateStateVO voState = map.get(StringUtils.isNotEmpty(entity.getDataProductGuid()) ? entity.getDataProductGuid() : entity.getGuid()); |
694 | if(voState != null){ | 694 | if(voState != null){ |
695 | vo.setResourceAcquisitionState(voState.getResourceAcquisitionState()); | 695 | vo.setResourceAcquisitionState(voState.getResourceAcquisitionState()); |
696 | vo.setProductProcessingState(voState.getProductProcessingState()); | 696 | vo.setProductProcessingState(voState.getProductProcessingState()); | ... | ... |
-
Please register or sign in to post a comment