@ -99,7 +99,7 @@ public class DoctorSchemeService {
}
sql = sql + " and (sf.doctor = "+doctorcode+" or sf.doctor_health ="+doctorcode+")";
sql = sql + " and (sf.doctor = '"+doctorcode+"' or sf.doctor_health ='"+doctorcode+"')";
sql = sql + " and p.status > 0 and p.disease > 0 ";