修复首页统计问题
parent
ab92687b40
commit
8f416af91e
|
|
@ -142,7 +142,7 @@ group by date
|
|||
c.set(Calendar.DAY_OF_MONTH, 1);
|
||||
Date month = c.getTime(); // 当月
|
||||
|
||||
c.set(Calendar.MONTH, 1);
|
||||
c.set(Calendar.MONTH, 0);
|
||||
Date year = c.getTime(); // 当年
|
||||
|
||||
String sql_ordercluster = "select\n" +
|
||||
|
|
|
|||
Loading…
Reference in New Issue