mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
1、新增账户资金统计、账户数量统计;2、管理端各项统计增加忽略组织标记;
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ public class StatisticsChangeUtils {
|
||||
switch (StatisticsUnit.fromValue(reqVO.getUnit())) {
|
||||
case QUARTER:
|
||||
// 从now往前的2年
|
||||
startTime = now.minusYears(2);
|
||||
startTime = now.minusYears(1);
|
||||
break;
|
||||
case MONTH:
|
||||
// 包含now往前的12个月
|
||||
|
||||
Reference in New Issue
Block a user