c54a0ad4 by xiaojie

【数据资产】

1、认证变更跨平台审批
1 parent f179ef52
...@@ -302,7 +302,7 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro ...@@ -302,7 +302,7 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro
302 vo.setBusinessLicenseStartEnd(ChangeInfoUtil.getStartEnd(vo.getBusinessLicenseTerm(),vo.getBusinessLicenseStartDate(),vo.getBusinessLicenseEndDate())); 302 vo.setBusinessLicenseStartEnd(ChangeInfoUtil.getStartEnd(vo.getBusinessLicenseTerm(),vo.getBusinessLicenseStartDate(),vo.getBusinessLicenseEndDate()));
303 303
304 //生成变更信息 304 //生成变更信息
305 vo.setChangeList(enterpriseService.getChange(guid, entity.getCreateTime())); 305 vo.setChangeList(enterpriseService.getChange(entity.getSourceGuid(), entity.getCreateTime()));
306 return vo; 306 return vo;
307 } 307 }
308 308
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!