|
|
@ -119,9 +119,9 @@ public class EpidemicUserInfoAuditServiceImpl extends BaseServiceImpl<EpidemicUs |
|
|
|
updateById(entity); |
|
|
|
|
|
|
|
FamilyMemberInfoFormDTO formDTO = ConvertUtils.sourceToTarget(dto, FamilyMemberInfoFormDTO.class); |
|
|
|
if (NumConstant.ZERO_STR.equals(dto.getAuditType())) { |
|
|
|
if (NumConstant.ZERO_STR.equals(dto.getAuditType()) && NumConstant.FOUR_STR.equals(dto.getAuditState())) { |
|
|
|
epidemicUserInfoService.addFamilyMember(formDTO); |
|
|
|
} else if (NumConstant.ONE_STR.equals(dto.getAuditType())) { |
|
|
|
} else if (NumConstant.ONE_STR.equals(dto.getAuditType()) && NumConstant.FOUR_STR.equals(dto.getAuditState())) { |
|
|
|
epidemicUserInfoService.updateFamilyMember(formDTO); |
|
|
|
} |
|
|
|
|
|
|
|