提交 557581ae authored 作者: luzhangjian's avatar luzhangjian

feat:添加日志输出

上级 d9edbcca
...@@ -220,9 +220,8 @@ public class PatientMedicalRecordServiceImpl implements PatientMedicalRecordServ ...@@ -220,9 +220,8 @@ public class PatientMedicalRecordServiceImpl implements PatientMedicalRecordServ
baseInfoByAdmIdVO.setDeptId(String.valueOf(patientSignEntity.getDeptId())); baseInfoByAdmIdVO.setDeptId(String.valueOf(patientSignEntity.getDeptId()));
baseInfoByAdmIdVO.setOrderId(String.valueOf(patientSignEntity.getId())); baseInfoByAdmIdVO.setOrderId(String.valueOf(patientSignEntity.getId()));
baseInfoByAdmIdVO.setClinicCode(patientSignEntity.getClinicCode()); baseInfoByAdmIdVO.setClinicCode(patientSignEntity.getClinicCode());
HisDeptAndDocCodeVo hisDeptAndDocCode = hisTemplateService.getHisDeptAndDocCode( HisDeptAndDocCodeVo hisDeptAndDocCode = hisTemplateService.getHisDeptAndDocCode(
String.valueOf(patientSignEntity.getDoctorId()), String.valueOf(patientSignEntity.getDeptId())); patientSignEntity.getDeptId().toString(), patientSignEntity.getDoctorId().toString());
log.info("hisDeptAndDocCode返回值:{} ", JSON.toJSONString(hisDeptAndDocCode)); log.info("hisDeptAndDocCode返回值:{} ", JSON.toJSONString(hisDeptAndDocCode));
if (hisDeptAndDocCode != null){ if (hisDeptAndDocCode != null){
baseInfoByAdmIdVO.setHisDeptCode(hisDeptAndDocCode.getDeptCode()); baseInfoByAdmIdVO.setHisDeptCode(hisDeptAndDocCode.getDeptCode());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论