From 1b720c4b896dd85dad3bd24b9ae6379cee0e33bd Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 22 May 2026 15:58:59 +0800 Subject: [PATCH] bugfix --- models/users.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/models/users.json b/models/users.json index 9e69320..424daa9 100644 --- a/models/users.json +++ b/models/users.json @@ -86,7 +86,14 @@ "title": "最后登录失败时间", "type": "timestamp", "nullable": true - } + }, + { + "name": "sync_from", + "title": "同步应用id", + "type": "str", + "length": 32, + "nullable": true + }, ], "indexes": [ { @@ -112,6 +119,12 @@ "textfield": "v", "cond": "parentid='user_status'" }, + { + "field": "sync_from", + "table": "downapp", + "valuefield": "id", + "textfield": "name" + }, { "field": "orgid", "table": "organization", @@ -119,4 +132,4 @@ "textfield": "orgname" } ] -} \ No newline at end of file +}