d64ba723 by xiaojie

【数据资产】

1、认证变更跨平台审批
1 parent c54a0ad4
...@@ -138,7 +138,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService ...@@ -138,7 +138,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService
138 if (entity == null) { 138 if (entity == null) {
139 throw new CsbrSystemException(SystemError.DATA_NOT_EXISTS, messageSourceUtil.notExistsToSelectMessage(String.format("获取%s详情数据", FUNCTION_NAME))); 139 throw new CsbrSystemException(SystemError.DATA_NOT_EXISTS, messageSourceUtil.notExistsToSelectMessage(String.format("获取%s详情数据", FUNCTION_NAME)));
140 } 140 }
141 return convertToVO(entity,getStateMap(Collections.singletonList(guid))); 141 return convertToVO(entity, getStateMap(Collections.singletonList(StringUtils.isNotEmpty(entity.getDataProductGuid()) ? entity.getDataProductGuid() : guid)));
142 } 142 }
143 143
144 private Map<String, DemandUpdateStateVO> getStateMap(List<String> guids){ 144 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!