get_local_apps更新为只返回public为真的记录
This commit is contained in:
parent
37a045cdf3
commit
eb390e6853
@ -54,7 +54,7 @@ def get_local_apps(filters=None, order_by=None, limit_start=None, limit_page_len
|
||||
"""获取本地应用列表"""
|
||||
|
||||
# 构建查询条件
|
||||
query_filters = {"enabled": 1} # 只获取启用的应用
|
||||
query_filters = {"public": 1}
|
||||
|
||||
if filters:
|
||||
if isinstance(filters, str):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user