|
@ -2140,7 +2140,8 @@ public class ImService {
|
|
|
"d.id as \"patientId\"," +
|
|
|
"d.idcard as \"patientIdcard\"," +
|
|
|
"d.sex as \"patientSex\"," +
|
|
|
"d.photo AS \"patientPhoto\" " +
|
|
|
"d.photo AS \"patientPhoto\", " +
|
|
|
"b.doctor as \"doctor\" "+
|
|
|
"FROM wlyy_consult a," +
|
|
|
"wlyy_consult_team b," +
|
|
|
"base_patient d " +
|
|
@ -2172,7 +2173,8 @@ public class ImService {
|
|
|
"op.type as \"consultType\"," +
|
|
|
"op.general_doctor as \"generalDoctor\"," +
|
|
|
"op.icd10_name as \"icd10Name\"," +
|
|
|
"d.photo AS \"patientPhoto\" " +
|
|
|
"d.photo AS \"patientPhoto\" , " +
|
|
|
"b.doctor as \"doctor\" "+
|
|
|
"FROM wlyy_consult_team b," +
|
|
|
"base_patient d," +
|
|
|
"wlyy_consult a " +
|