mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 09:36:49 +00:00
refactor : count api uses where condition
This commit is contained in:
@@ -854,7 +854,7 @@ class Xsql {
|
||||
|
||||
/**
|
||||
* in second join - there will be ONE table and an ON condition
|
||||
* this if clause deals with this
|
||||
* if clause deals with this
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -877,7 +877,7 @@ class Xsql {
|
||||
|
||||
/**
|
||||
* in first join - there will be TWO tables and an ON condition
|
||||
* this else clause deals with this
|
||||
* else clause deals with this
|
||||
*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user