forked from github/dataease
Merge branch 'dev' into pr@dev_memory_component
This commit is contained in:
commit
4c53acc65a
@ -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