Commit 2c6e8c38 by 杨清松

对账单问题解决

parent d600db6d
......@@ -48,6 +48,7 @@ public class StatementAccountDaoImpl implements StatementAccountDao{
calendarEnd = Calendar.getInstance();
Date end = format.parse(endTime);
calendarEnd.setTime(end);
calendarEnd.add(Calendar.SECOND, 86399000);
hql.append(" and createTime <=:endDate ");
}
} catch(Exception e){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment