We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "[]": {
"Sys_dictionary": { "@column": "sys_id,element:element_a,column_label,internal_type,db_type,max_length,comments,display", "element:element_a": "sys_id", "element:element_b": "context_name", "@combine": "((element | element:element_a)) | element:element_b", "element": "name" } }, "@explain": "true"
} 同一个字段组合条件报错 , "msg": "Unknown column 'element_a' in 'where clause'", 请问我该如何组合呢?
The text was updated successfully, but these errors were encountered:
没有 "element:element_a": "sys_id" 这样的语法,可以用 @key 映射字段 https://github.com/Tencent/APIJSON/releases/tag/6.3.0
"@key":"element_a:(element);element_b:(element)", "element_a": "sys_id", "element_b": "context_name"
或者同字段不同等价条件 #107 (comment)
Sorry, something went wrong.
No branches or pull requests
Description
{
"[]": {
}
同一个字段组合条件报错 , "msg": "Unknown column 'element_a' in 'where clause'", 请问我该如何组合呢?
The text was updated successfully, but these errors were encountered: