App端患者添加入参修改

master
gongzhenkun 2 years ago
parent ca9dcd8781
commit 12bcd2ee45

@ -184,7 +184,7 @@ public class AppController extends BaseController
TPatientHospitalDoctor tPatientHospitalDoctor = new TPatientHospitalDoctor();
tPatientHospitalDoctor.setHospitalId(appPatientReq.getHospitalId());
tPatientHospitalDoctor.setDoctorId(appPatientReq.getDoctorId());
tPatientHospitalDoctor.setPatientId(appPatientReq.getId());
tPatientHospitalDoctor.setPatientId(tPatient.getId());
List<TPatientHospitalDoctor> tPatientHospitalDoctors = itPatientHospitalDoctorService.selectTPatientHospitalDoctorList(tPatientHospitalDoctor);
if (tPatientHospitalDoctors.isEmpty())
{

Loading…
Cancel
Save