d64ba723 by xiaojie

【数据资产】

1、认证变更跨平台审批
1 parent c54a0ad4
......@@ -138,7 +138,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService
if (entity == null) {
throw new CsbrSystemException(SystemError.DATA_NOT_EXISTS, messageSourceUtil.notExistsToSelectMessage(String.format("获取%s详情数据", FUNCTION_NAME)));
}
return convertToVO(entity,getStateMap(Collections.singletonList(guid)));
return convertToVO(entity, getStateMap(Collections.singletonList(StringUtils.isNotEmpty(entity.getDataProductGuid()) ? entity.getDataProductGuid() : guid)));
}
private Map<String, DemandUpdateStateVO> getStateMap(List<String> guids){
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!