|
@ -335,8 +335,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
private String wechatId;
|
|
|
@Value("${wechat.flag}")
|
|
|
private boolean flag;
|
|
|
@Autowired
|
|
|
private HealthCareService healthCareService;
|
|
|
|
|
|
|
|
|
/**
|
|
|
* 获取居民就诊记录接口
|
|
@ -3833,7 +3832,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
|
|
|
return rs.size();
|
|
|
}
|
|
|
@Transactional(readOnly = true)
|
|
|
|
|
|
public Map<String, Object> findDoctorInfo(String doctor, String withWork,String patient) {
|
|
|
BaseDoctorDO doctorDO = baseDoctorDao.findById(doctor);
|
|
|
Map<String, Object> rs = new HashedMap();
|