|
@ -6,8 +6,9 @@
|
|
|
package com.yihu.mm.service;
|
|
|
|
|
|
|
|
|
import com.yihu.mm.dao.PatientDao;
|
|
|
import com.yihu.mm.entity.Patient;
|
|
|
import com.yihu.mm.repository.wlyy.patient.PatientDao;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
/**
|
|
@ -18,6 +19,7 @@ import org.springframework.stereotype.Service;
|
|
|
@Service
|
|
|
public class PatientService {
|
|
|
|
|
|
@Autowired
|
|
|
private PatientDao patientDao;
|
|
|
|
|
|
public Patient findByCode(String code) {
|