02d71763 by xiaojie

【数据资产】

1、认证变更跨平台审批
1 parent d64ba723
......@@ -302,7 +302,7 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro
vo.setBusinessLicenseStartEnd(ChangeInfoUtil.getStartEnd(vo.getBusinessLicenseTerm(),vo.getBusinessLicenseStartDate(),vo.getBusinessLicenseEndDate()));
//生成变更信息
vo.setChangeList(enterpriseService.getChange(entity.getSourceGuid(), entity.getCreateTime()));
vo.setChangeList(enterpriseService.getChange(entity.getSourceGuid(), ObjectUtils.isEmpty(entity.getUpdateTime()) ? entity.getCreateTime() : entity.getUpdateTime()));
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!