|
|
@ -116,7 +116,6 @@ public class EpidemicUserInfoAuditServiceImpl extends BaseServiceImpl<EpidemicUs |
|
|
|
entity.setId(dto.getId()); |
|
|
|
entity.setAuditState(dto.getAuditState()); |
|
|
|
entity.setAuditReason(dto.getAuditReason()); |
|
|
|
updateById(entity); |
|
|
|
|
|
|
|
FamilyMemberInfoFormDTO formDTO = ConvertUtils.sourceToTarget(dto, FamilyMemberInfoFormDTO.class); |
|
|
|
if (NumConstant.ZERO_STR.equals(dto.getAuditType()) && NumConstant.FOUR_STR.equals(dto.getAuditState())) { |
|
|
@ -124,7 +123,8 @@ public class EpidemicUserInfoAuditServiceImpl extends BaseServiceImpl<EpidemicUs |
|
|
|
} else if (NumConstant.ONE_STR.equals(dto.getAuditType()) && NumConstant.FOUR_STR.equals(dto.getAuditState())) { |
|
|
|
epidemicUserInfoService.updateFamilyMember(formDTO); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
updateById(entity); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|