提交 f04a8a9d authored 作者: luzhangjian's avatar luzhangjian

feat:测试

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