Browse Source

居民搜索

lyr 8 năm trước cách đây
mục cha
commit
14e79f2fbf

+ 2 - 2
patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/label/SignPatientLabelInfoService.java

@ -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" +