mxd 3 年之前
父节点
当前提交
0cdf315eb5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      magic-editor/src/console/src/scripts/parsing/index.js

+ 2 - 2
magic-editor/src/console/src/scripts/parsing/index.js

@@ -170,8 +170,8 @@ const TokenType = {
     RShift2Equal: {literal:'>>>=', error: '>>>=', modifiable: true},
 
 
-    SqlAnd: {literal: 'and', error: 'and', inLinq: true},
-    SqlOr: {literal: 'or', error: 'or', inLinq: true},
+    SqlAnd: {literal: 'and', error: 'and'},
+    SqlOr: {literal: 'or', error: 'or'},
     SqlNotEqual: {literal: '<>', error: '<>', inLinq: true},
     Questionmark: {literal: '?', error: '?'},
     DoubleQuote: {literal: '"', error: '"'},