日期控件怎么默认为空时现实当年年月的数据
你这个在数据集中判断你处理
例如
select * from 表
where 1=1
${if(len(日期控件)=0," and 日期字段='"+format(today(),"yyyy-MM")+"'"," and 日期字段='"+日期控件+"'")}
left(today(),7)
参考:下拉框参数为空选择全部-https://help.fanruan.com/finereport/doc-view-2394.html
控件值—公式:
left( now(),7)
${if(len(日期控件) == 0,"and 日期字段 = sysdate","and 日期字段 = '" +日期控件+ "'")}