|
@ -497,9 +497,6 @@ public class WlyyFamilyMemberService extends BaseJpaService<WlyyPatientFamilyMem
|
|
|
for (Map<String,Object> map:list){
|
|
|
if (map.get("birthday")!=null){
|
|
|
SimpleDateFormat sp = new SimpleDateFormat("yyyy-MM-dd");
|
|
|
if ("xm_ykyy_wx".equalsIgnoreCase(wxId)){
|
|
|
map.put("birthday",sp.parse(map.get("birthday").toString()));
|
|
|
}
|
|
|
int age = getAgeByBirth(sp.parse(map.get("birthday").toString()));
|
|
|
map.put("age",age);
|
|
|
}
|