【数据资产】
1、认证变更跨平台审批
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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){ | ... | ... |
-
Please register or sign in to post a comment