File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
backend/src/main/java/io/dataease/provider/query/mongodb Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 3
3
import io .dataease .provider .query .SQLConstants ;
4
4
5
5
import static io .dataease .commons .constants .DatasourceTypes .mongo ;
6
- import static io .dataease .commons .constants .DatasourceTypes .oracle ;
7
6
8
7
/**
9
8
* @Author gin
@@ -14,7 +13,7 @@ public class MongoConstants extends SQLConstants {
14
13
15
14
public static final String KEYWORD_FIX = "%s." + mongo .getKeywordPrefix () + "%s" + mongo .getKeywordSuffix ();
16
15
17
- public static final String ALIAS_FIX = mongo .getAliasPrefix () + "%s" + oracle .getAliasSuffix ();
16
+ public static final String ALIAS_FIX = mongo .getAliasPrefix () + "%s" + mongo .getAliasSuffix ();
18
17
19
18
public static final String toInt32 = "toInt32(%s)" ;
20
19
You can’t perform that action at this time.
0 commit comments