chenweida 8 år sedan
förälder
incheckning
295cf08e61

+ 1 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/sign/FamilyContractService.java

@ -2289,7 +2289,7 @@ public class FamilyContractService extends BaseService {
                " wlyy_sign_family sf " +
                " wlyy_sign_family sf " +
                " WHERE " +
                " WHERE " +
                " sf.type = 2 " +
                " sf.type = 2 " +
                " AND sf.STATUS >= 0 " +
                " AND sf.STATUS > 0 " +
                " AND ( sf.doctor = ? or sf.doctor_health=? )" +
                " AND ( sf.doctor = ? or sf.doctor_health=? )" +
                " AND sf.admin_team_code =?";
                " AND sf.admin_team_code =?";
        Object[] parms = new Object[]{doctorCode, doctorCode, teamCode};
        Object[] parms = new Object[]{doctorCode, doctorCode, teamCode};