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