提交 d0aff7c6 编写于 作者: hebao@lab.ibiz5.com's avatar hebao@lab.ibiz5.com

报表查询结束时间处理bug修复

上级 f192de8d
......@@ -190,7 +190,7 @@ public class FetchParam {
if(endTime!=null)
{
try {
return new Timestamp(DataObject.dayFormat.parse(DataObject.dayFormat.format(endTime)+" 23:59:59").getTime());
return new Timestamp(DataObject.datetimeFormat.parse(DataObject.dayFormat.format(endTime)+" 23:59:59").getTime());
} catch (Exception exception) {
}
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册