Compare commits
2 Commits
c4057a9121
...
b065287673
| Author | SHA1 | Date | |
|---|---|---|---|
| b065287673 | |||
| 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