要实现上图效果,查询某个项目,一段时间内的情况,
数据集的查询语句怎么写
时间参数,我是这种写的 where 日期 between '${starttime}' and '${endtime}'
但不知道,要怎么同时设置 项目名称参数
where 日期 between '${starttime}' and '${endtime}'
${if(len(项目参数)=0,""," and 项目名称='"+项目参数+"'")}
${if(len(项目名称参数) == 0,"","and 项目名称='" + 项目名称参数+"'")}