【数据资产】
1、企业信息获取详情数据
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -172,6 +172,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris | ... | @@ -172,6 +172,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris |
172 | throw new CsbrSystemException(SystemError.DATA_NOT_EXISTS, messageSourceUtil.notExistsToSelectMessage(String.format("获取%s详情数据", FUNCTION_NAME))); | 172 | throw new CsbrSystemException(SystemError.DATA_NOT_EXISTS, messageSourceUtil.notExistsToSelectMessage(String.format("获取%s详情数据", FUNCTION_NAME))); |
173 | } | 173 | } |
174 | EnterpriseRSVO vo = convertToVO(entity); | 174 | EnterpriseRSVO vo = convertToVO(entity); |
175 | |||
175 | //生成变更信息 | 176 | //生成变更信息 |
176 | vo.setChangeList(getChange(guid)); | 177 | vo.setChangeList(getChange(guid)); |
177 | return vo; | 178 | return vo; | ... | ... |
-
Please register or sign in to post a comment