mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
fix: 修复使用 sql 变量时,不支持原生函数的问题
This commit is contained in:
@@ -2107,7 +2107,7 @@ export default {
|
||||
select_year: 'Select year',
|
||||
sql_variable_limit_1: '1. SQL variables can only be used in WHERE conditions',
|
||||
sql_variable_limit_2:
|
||||
"2. Example: select * from table where $DE_PARAM{ name = '$[PARAM1]' } and $DE_PARAM{ name in ($[PARAM2]) }",
|
||||
"2. select * from table where $DE_PARAM{'{'} name = '$[PARAM1]' {'}'} and $DE_PARAM{'{'} name in ($[PARAM2]) {'}'}",
|
||||
select_month: 'Select month',
|
||||
select_date: 'Select date',
|
||||
select_time: 'Select time',
|
||||
|
||||
@@ -2048,7 +2048,7 @@ export default {
|
||||
select_year: '選擇年',
|
||||
sql_variable_limit_1: '1、SQL 變數只能在WHERE 條件中使用',
|
||||
sql_variable_limit_2:
|
||||
"2、範例: select * from table where $DE_PARAM{ name = '$[PARAM1]' } and $DE_PARAM{ name in ($[PARAM2]) }",
|
||||
"2、範例: select * from table where $DE_PARAM{'{'} name = '$[PARAM1]' {'}'} and $DE_PARAM{'{'} name in ($[PARAM2]) {'}'}",
|
||||
select_month: '選擇月',
|
||||
select_date: '選擇日期',
|
||||
select_time: '選擇時間',
|
||||
|
||||
@@ -2054,7 +2054,7 @@ export default {
|
||||
select_year: '选择年',
|
||||
sql_variable_limit_1: '1、SQL 变量只能在 WHERE 条件中使用',
|
||||
sql_variable_limit_2:
|
||||
"2、示例: select * from table where $DE_PARAM{ name = '$[PARAM1]' } and $DE_PARAM{ name in ($[PARAM2]) }",
|
||||
"2、示例: select * from table where $DE_PARAM{'{'} name = '$[PARAM1]' {'}'} and $DE_PARAM{'{'} name in ($[PARAM2]) {'}'}",
|
||||
select_month: '选择月',
|
||||
select_date: '选择日期',
|
||||
select_time: '选择时间',
|
||||
|
||||
Reference in New Issue
Block a user