forked from github/dataease
fix(视图): 修复视图计算字段聚合函数报错的问题
This commit is contained in:
parent
69e6170445
commit
46552707f7
@ -63,11 +63,11 @@ FROM
|
||||
WHERE
|
||||
<filters:{filter|<if(filter)><filter><endif>}; separator="\nAND ">
|
||||
<endif>
|
||||
<if(groups && !useAliasForGroup)>
|
||||
<if(isGroup && groups && !useAliasForGroup)>
|
||||
GROUP BY
|
||||
<groups:{group|<if(group)><group.fieldName><endif>}; separator=",\n">
|
||||
<endif>
|
||||
<if(groups && useAliasForGroup)>
|
||||
<if(isGroup && groups && useAliasForGroup)>
|
||||
GROUP BY
|
||||
<groups:{group|<if(group)><group.fieldAlias><endif>}; separator=",\n">
|
||||
<endif>
|
||||
|
Loading…
Reference in New Issue
Block a user