|
|
@ -544,7 +544,7 @@ public class PatientReportService implements IPatientReportService { |
|
|
|
if (ageAndSex.getAgeLevel() == null) { |
|
|
|
log.info("性别不确定"); |
|
|
|
return; |
|
|
|
} else if (ageAndSex.getAgeLevel().byteValue() == Constant.Ht.SEX_MAN) { |
|
|
|
} else if (ageAndSex.getSex().byteValue() == Constant.Ht.SEX_MAN) { |
|
|
|
group.setMan(ageAndSex); |
|
|
|
} else { |
|
|
|
group.setWoman(ageAndSex); |
|
|
|