修复首页统计问题

dev
lisai17@sina.com 2021-09-24 10:44:40 +08:00
parent ab92687b40
commit 8f416af91e
1 changed files with 1 additions and 1 deletions

View File

@ -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" +