Browse Source

bug修复

suqinyi 1 year ago
parent
commit
60117fc45c

+ 3 - 3
svr/svr-visit-behind/src/main/java/com/yihu/jw/hospital/module/rehabilitation/service/RehabilitationInfoService.java

@ -1233,9 +1233,9 @@ public class RehabilitationInfoService {
                "	 0 'todayTaskCount'\n" +
                "FROM\n" +
                "	base_patient a\n" +
                "	INNER JOIN wlyy_patient_rehabilitation_plan b ON a.id = b.patient\n" +
                "	INNER JOIN wlyy_rehabilitation_patient_info c ON c.patient = b.patient \n" +
                "	INNER JOIN base_disease_hospital d ON  d.id=b.disease\n" +
                "	LEFT JOIN wlyy_patient_rehabilitation_plan b ON a.id = b.patient\n" +
                "	LEFT JOIN wlyy_rehabilitation_patient_info c ON c.patient = b.patient \n" +
                "	LEFT JOIN base_disease_hospital d ON  d.id=b.disease\n" +
                "WHERE\n" +
                "	1 = 1 \n" +
                "	AND a.del = '1' ";