bugfix
This commit is contained in:
parent
13c123c967
commit
dcb0cd5cba
@ -96,13 +96,13 @@
|
||||
},
|
||||
{
|
||||
"name": "userorgid",
|
||||
"title": "orgname",
|
||||
"title": "user_orgname",
|
||||
"type": "str",
|
||||
"length": 32
|
||||
},
|
||||
{
|
||||
"name": "ownerid",
|
||||
"title": "orgname",
|
||||
"title": "owner_orgname",
|
||||
"type": "str",
|
||||
"length": 32
|
||||
},
|
||||
@ -154,6 +154,30 @@
|
||||
}
|
||||
],
|
||||
"codes": [
|
||||
{
|
||||
"field": "userid",
|
||||
"table": "users",
|
||||
"valuefield": "id",
|
||||
"textfield": "username"
|
||||
},
|
||||
{
|
||||
"field": "ownerid",
|
||||
"table": "organization",
|
||||
"valuefield": "id",
|
||||
"textfield": "orgname"
|
||||
},
|
||||
{
|
||||
"field": "userorgid",
|
||||
"table": "organization",
|
||||
"valuefield": "id",
|
||||
"textfield": "orgname"
|
||||
},
|
||||
{
|
||||
"field": "llmid",
|
||||
"table": "llm",
|
||||
"valuefield": "id",
|
||||
"textfield": "model"
|
||||
},
|
||||
{
|
||||
"field": "status",
|
||||
"table": "appcodes_kv",
|
||||
@ -169,4 +193,4 @@
|
||||
"cond": "parentid='accounting_status'"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user