a6ba6f0f by xiaojie

【数据资产】

1、认证变更跨平台审批
1 parent 02d71763
...@@ -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());
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!