@ -3503,7 +3503,6 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
if (StringUtils.isNotBlank(nameKey)) {
sql += " AND e.name like '%" + nameKey + "%' ";
}
if (StringUtils.isNotBlank(patientName)) {
sql += " AND o.patient_name like '%" + patientName + "%' ";