【数据资产】
1、认证变更跨平台审批
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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(entity.getSourceGuid(), entity.getCreateTime())); | 305 | vo.setChangeList(enterpriseService.getChange(entity.getSourceGuid(), ObjectUtils.isEmpty(entity.getUpdateTime()) ? entity.getCreateTime() : entity.getUpdateTime())); |
| 306 | return vo; | 306 | return vo; |
| 307 | } | 307 | } |
| 308 | 308 | ... | ... |
-
Please register or sign in to post a comment