|
@ -3175,7 +3175,7 @@ public class ImService {
|
|
if (map.get("patientIdcard")!=null){
|
|
if (map.get("patientIdcard")!=null){
|
|
String idcard = map.get("patientIdcard").toString();
|
|
String idcard = map.get("patientIdcard").toString();
|
|
Integer age =IdCardUtil.getAgeForIdcard(idcard);
|
|
Integer age =IdCardUtil.getAgeForIdcard(idcard);
|
|
map.put("age",age);
|
|
|
|
|
|
map.put("patientAge",age);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return mapList;
|
|
return mapList;
|