接口日期
This commit is contained in:
parent
802d44f135
commit
d47aff46f8
@ -756,7 +756,7 @@ public class InspectPatientController {
|
||||
patientJYInfoVO.setIdcard(patientDO.getCardId());
|
||||
if(patientDO.getMedicalDateTime()!=null)
|
||||
{
|
||||
DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
|
||||
DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy-MM-dd");
|
||||
patientJYInfoVO.setExamindate(patientDO.getMedicalDateTime().format(formatter));
|
||||
}
|
||||
//心电图信息
|
||||
|
||||
Loading…
Reference in New Issue
Block a user