2024年5月29日发(作者:)
3)添加jdbc数据源,参考【配置数据源】章节;
4)基于数据源,添加新的表达式数据集,参考【添加数据集】表达式模式;
${
if(param("job_type")=='' || param("job_type")== null){
return "select * from transfer_task"
}else{
return "select * from transfer_task where job_type=:job_type"
}
}
5)基于数据集,设计报表,添加边框等:


发布评论