|
@ -2033,11 +2033,11 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
}
|
|
}
|
|
|
|
|
|
if(StringUtils.isNotBlank(jobTitleNameKey)){
|
|
if(StringUtils.isNotBlank(jobTitleNameKey)){
|
|
sql+=" AND d.job_title_name AS = '"+jobTitleNameKey+"' ";
|
|
|
|
|
|
sql+=" AND d.job_title_name = '"+jobTitleNameKey+"' ";
|
|
}
|
|
}
|
|
|
|
|
|
if(StringUtils.isNotBlank(outpatientType)){
|
|
if(StringUtils.isNotBlank(outpatientType)){
|
|
sql+=" AND d.outpatient_type AS = '"+outpatientType+"' ";
|
|
|
|
|
|
sql+=" AND d.outpatient_type = '"+outpatientType+"' ";
|
|
}
|
|
}
|
|
|
|
|
|
if(StringUtils.isNotBlank(keyName)){
|
|
if(StringUtils.isNotBlank(keyName)){
|