@ -1124,7 +1124,7 @@ public class RehabilitationInfoService {
"FROM\n" +
" base_patient a\n" +
" left JOIN wlyy_patient_rehabilitation_plan b ON a.id = b.patient\n" +
" INNER JOIN wlyy_rehabilitation_patient_info c ON c.patient = a.patient \n" +
" INNER JOIN wlyy_rehabilitation_patient_info c ON c.patient = a.id \n" +
"WHERE\n" +
" 1 = 1 \n" +
" AND a.del = '1'\n";