a6ba6f0f by xiaojie

【数据资产】

1、认证变更跨平台审批
1 parent 02d71763
......@@ -690,7 +690,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService
//流程数据处理
vo.setApproveVO(approvalFlowUtil.getApprovalInfo(entity.getGuid()));
if(map != null){
DemandUpdateStateVO voState = map.get(entity.getGuid());
DemandUpdateStateVO voState = map.get(StringUtils.isNotEmpty(entity.getDataProductGuid()) ? entity.getDataProductGuid() : entity.getGuid());
if(voState != null){
vo.setResourceAcquisitionState(voState.getResourceAcquisitionState());
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!