|
@ -442,6 +442,7 @@ public class ViewService extends BaseJpaService<View, ViewDao> {
|
|
|
ViewDimension viewDimension) throws IOException {
|
|
|
List<AbstractAggregationBuilder> quotaAggList = new ArrayList<>();
|
|
|
for (ViewQuota quota : viewQuotaList) {
|
|
|
// 基础公式
|
|
|
if ("basic".equals(quota.getFormulaMode())) {
|
|
|
String aggNamePre = "";
|
|
|
if (viewDimension == null) {
|