where 单位='${单位}'
--报告时间=convert(varchar(10),getdate(),23) and 班级 is not null
where CONVERT(varchar(100), 报告时间, 23) = CONVERT(varchar(100), GETDATE(), 23)
left(报告时间,10) = convert(varchar(10),getdate(),23)