b458d71c by xiaojie

【数据资产】

1、企业信息获取详情数据
1 parent 726323fd
...@@ -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;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!