|
@ -1588,7 +1588,7 @@ public class SignPatientLabelInfoService extends BaseService {
|
|
|
" wlyy_patient p" +
|
|
|
" LEFT JOIN (" +
|
|
|
" SELECT" +
|
|
|
" id,type,doctor,doctor_health,admin_team_code,status" +
|
|
|
" id,type,patient,doctor,doctor_health,admin_team_code,status" +
|
|
|
" FROM" +
|
|
|
" wlyy_sign_family" +
|
|
|
" WHERE" +
|
|
@ -1657,7 +1657,7 @@ public class SignPatientLabelInfoService extends BaseService {
|
|
|
" wlyy_patient p" +
|
|
|
" LEFT JOIN (" +
|
|
|
" SELECT" +
|
|
|
" id,type,doctor,doctor_health,admin_team_code,status" +
|
|
|
" id,patient,type,doctor,doctor_health,admin_team_code,status" +
|
|
|
" FROM" +
|
|
|
" wlyy_sign_family" +
|
|
|
" WHERE" +
|