|
@ -693,6 +693,8 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
}
|
|
}
|
|
if(StringUtils.isNotBlank(outpatientType)){
|
|
if(StringUtils.isNotBlank(outpatientType)){
|
|
sql+=" AND d.outpatient_type like'%"+outpatientType+"%'";
|
|
sql+=" AND d.outpatient_type like'%"+outpatientType+"%'";
|
|
|
|
}else{
|
|
|
|
sql+=" AND d.outpatient_type is not null ";
|
|
}
|
|
}
|
|
List<Map<String,Object>> list = jdbcTemplate.queryForList(sql);
|
|
List<Map<String,Object>> list = jdbcTemplate.queryForList(sql);
|
|
|
|
|