MedicalSnPatientInfo方法修改
This commit is contained in:
parent
5014166133
commit
0b6f848b63
@ -1190,7 +1190,7 @@ public class InspectPatientController {
|
||||
personalInfoVO.setName(patientDO.getPName());
|
||||
personalInfoVO.setSex(patientDO.getGender());
|
||||
personalInfoVO.setAge(String.valueOf(StrUtils.calculateAgeFromIdCard(patientDO.getCardId())));
|
||||
personalInfoVO.setBirthday(patientDO.getBirthday().toString());
|
||||
personalInfoVO.setBirthday(patientDO.getBirthday().toLocalDate().toString());
|
||||
personalInfoVO.setAddress(patientDO.getDomicileaddress());
|
||||
personalInfoVO.setTelephone(patientDO.getPhoneNum());
|
||||
return success(personalInfoVO);
|
||||
|
Loading…
Reference in New Issue
Block a user