chenyongxing 8 rokov pred
rodič
commit
20008dd22d

+ 3 - 1
patient-co-customization/patient-co-modern-medicine/src/main/java/com/yihu/mm/service/PatientService.java

@ -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) {