Browse Source

居民列表报错修改

huangwenjie 7 years ago
parent
commit
b5632b07da

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

@ -394,7 +394,7 @@ public class SignPatientLabelInfoService extends BaseService {
                        "    t1.* " +
                        " FROM " +
                        "    wlyy_sign_family t1, " +
                        "    wlyy_sign_patient_label_info t2 " +
                        "    wlyy_sign_patient_label_info t2, " +
                        "    wlyy_patient p "+
                        " WHERE " +
                        "    t2.label = ? " +