Merge pull request #8557 from dataease/pr@dev@feat_week_mom
feat(视图): 快速计算支持周环比
This commit is contained in:
commit
878cac2434
@ -1684,6 +1684,9 @@ public class ChartViewService {
|
||||
return StringUtils.equalsIgnoreCase(calcType, "day_mom")
|
||||
|| StringUtils.equalsIgnoreCase(calcType, "month_yoy")
|
||||
|| StringUtils.equalsIgnoreCase(calcType, "year_yoy");
|
||||
case "y_W":
|
||||
return StringUtils.equalsIgnoreCase(calcType, "week_mom")
|
||||
|| StringUtils.equalsIgnoreCase(calcType, "year_yoy");
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user