|
@ -998,8 +998,8 @@ public class PatientService extends TokenService {
|
|
|
patientDao.save(patient);
|
|
|
}
|
|
|
|
|
|
public List<Patient> findAllSignPatientTeamcode(String teamcode) {
|
|
|
public List<Patient> findAllSignPatientTeamcode(String teamcode,String doctorcode) {
|
|
|
|
|
|
return patientDao.findAllSignPatientTeamcode(teamcode);
|
|
|
return patientDao.findAllSignPatientTeamcode(teamcode,doctorcode);
|
|
|
}
|
|
|
}
|