Fabio Sinibaldi 2018-07-19 16:04:17 +00:00
parent 9935d9021d
commit fc2fb78a66
1 changed files with 3 additions and 3 deletions

View File

@ -24,10 +24,10 @@ public class SimpleTest {
System.out.println(desc);
Date from=new GregorianCalendar(2018,1,1).getTime();
// Date to=new Date(System.currentTimeMillis());
Date from=new GregorianCalendar(2018,0,1).getTime();
Date to=new GregorianCalendar(2018,7,1).getTime();
Date to=from;
// Date to=from;
scan(desc,from,to,dao);