This commit is contained in:
yumoqing 2026-05-22 15:58:59 +08:00
parent ce1521d46a
commit 1b720c4b89

View File

@ -86,7 +86,14 @@
"title": "最后登录失败时间", "title": "最后登录失败时间",
"type": "timestamp", "type": "timestamp",
"nullable": true "nullable": true
} },
{
"name": "sync_from",
"title": "同步应用id",
"type": "str",
"length": 32,
"nullable": true
},
], ],
"indexes": [ "indexes": [
{ {
@ -112,6 +119,12 @@
"textfield": "v", "textfield": "v",
"cond": "parentid='user_status'" "cond": "parentid='user_status'"
}, },
{
"field": "sync_from",
"table": "downapp",
"valuefield": "id",
"textfield": "name"
},
{ {
"field": "orgid", "field": "orgid",
"table": "organization", "table": "organization",
@ -119,4 +132,4 @@
"textfield": "orgname" "textfield": "orgname"
} }
] ]
} }