|
@ -1473,10 +1473,15 @@ public class ResiGroupServiceImpl extends BaseServiceImpl<ResiGroupDao, ResiGrou |
|
|
|
|
|
|
|
|
// 1.拼装组基本信息
|
|
|
// 1.拼装组基本信息
|
|
|
GroupEditSubmitRecordEntity ler = groupEditSubmitRecordDao.getLatestEditSubmitRecord(groupId); |
|
|
GroupEditSubmitRecordEntity ler = groupEditSubmitRecordDao.getLatestEditSubmitRecord(groupId); |
|
|
|
|
|
ResiGroupEntity group = baseDao.selectById(groupId); |
|
|
|
|
|
if (null != group) { |
|
|
|
|
|
groupDetail.setGroupType(group.getGroupType()); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
if (ler != null) { |
|
|
if (ler != null) { |
|
|
groupDetail.setAuditStatus(ler.getAuditStatus()); |
|
|
groupDetail.setAuditStatus(ler.getAuditStatus()); |
|
|
groupDetail.setRemark(ler.getRemark()); |
|
|
groupDetail.setRemark(ler.getRemark()); |
|
|
|
|
|
groupDetail.setPartyOrgId(ler.getPartyOrgId()); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (ler != null && GroupAuditStatusConstant.UNDER_AUDITING.equals(ler.getAuditStatus())) { |
|
|
if (ler != null && GroupAuditStatusConstant.UNDER_AUDITING.equals(ler.getAuditStatus())) { |
|
|