接口日期

This commit is contained in:
Euni4U 2025-04-17 16:37:05 +08:00
parent 802d44f135
commit d47aff46f8

View File

@ -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));
}
//心电图信息