修改BUG

This commit is contained in:
lxd 2025-04-10 15:11:09 +08:00
parent f31ea91315
commit c1d49642f1

View File

@ -512,7 +512,7 @@ public class InspectPatientController {
responseLogVO.setTime(LocalDateTime.now());
responseLogVO.setMedicalsn(patientDO.getMedicalSn());
responseLogVO.setIdcard(patientDO.getCardId());
//responseLogVO.setJson(response);
responseLogVO.setJson(response);
applylogService.createApplylog(responseLogVO);
InspectPatientSaveReqVO updateReqVO = new InspectPatientSaveReqVO();