|
@ -3365,6 +3365,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
rs.put("visitDept",doctorDO.getVisitDept());
|
|
|
rs.put("learning",doctorDO.getLearning());
|
|
|
rs.put("sex",doctorDO.getSex());
|
|
|
rs.put("qrcode",doctorDO.getQrcode());
|
|
|
|
|
|
//机构科室信息
|
|
|
List<BaseDoctorHospitalDO> hospitalDOs = baseDoctorHospitalDao.findByDoctorCode(doctorDO.getId());
|