Quellcode durchsuchen

Merge branch 'dev' of trick9191/wlyy2.0 into dev

trick9191 vor 5 Jahren
Ursprung
Commit
dcf6a3f5dc

+ 2 - 2
business/base-service/src/main/java/com/yihu/jw/hospital/prescription/service/PrescriptionService.java

@ -668,7 +668,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
    }
    /**
     * 获取医生列表
     * 获取医生列表.
     * @param orgCode
     * @param dept
     * @return
@ -1596,7 +1596,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
            rs.put("chargeType",doctorDO.getChargeType());
            rs.put("photo",doctorDO.getPhoto());
            rs.put("consultStatus",doctorDO.getConsultStatus());
            rs.put("outpatientType",doctorDO.getChargeType());
            rs.put("outpatientType",doctorDO.getOutpatientType());
            //机构科室信息
            List<BaseDoctorHospitalDO> hospitalDOs =  baseDoctorHospitalDao.findByDoctorCode(doctorDO.getId());