|
@ -3777,7 +3777,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
sql += " AND o.patient_name like '%" + patientName + "%' ";
|
|
sql += " AND o.patient_name like '%" + patientName + "%' ";
|
|
}
|
|
}
|
|
if (type!=null) {
|
|
if (type!=null) {
|
|
sql += " AND e.type ='"+type+"' ";
|
|
|
|
|
|
sql += " AND e.sf_type ='"+type+"' ";
|
|
}
|
|
}
|
|
if (StringUtils.isNotBlank(startTime)) {
|
|
if (StringUtils.isNotBlank(startTime)) {
|
|
if ("xm_ykyy_wx".equals(wxId)) {
|
|
if ("xm_ykyy_wx".equals(wxId)) {
|