浏览代码

BUG修改

lyr 8 年之前
父节点
当前提交
ae3009e84c

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

@ -1910,7 +1910,7 @@ public class SignPatientLabelInfoService extends BaseService {
        } else {
            if (labelCode.equals("0")) {
                sql = "SELECT " +
                        "    t1.* " +
                        "    DISTINCT  t1.* " +
                        " FROM " +
                        "    wlyy_sign_family t1 " +
                        " left join " +
@ -1924,7 +1924,7 @@ public class SignPatientLabelInfoService extends BaseService {
                args = new Object[]{teamCode, labelType, teamCode};
            } else {
                sql = "SELECT " +
                        "    t1.* " +
                        "    DISTINCT t1.* " +
                        " FROM " +
                        "    wlyy_sign_family t1, " +
                        "    wlyy_sign_patient_label_info t2 " +