Merge branch 'main' of https://gitee.com/wg123/video-gen
This commit is contained in:
@@ -22,8 +22,8 @@ async def list_user_oauth_apps(
|
||||
if status is not None:
|
||||
query = query.where(UserOAuthApp.status == status)
|
||||
|
||||
if create_by is not None:
|
||||
query = query.where(UserOAuthApp.create_by == create_by)
|
||||
#if create_by is not None:
|
||||
# query = query.where(UserOAuthApp.create_by == create_by)
|
||||
|
||||
if app_id is not None:
|
||||
query = query.where(UserOAuthApp.app_id.like(f"%{app_id}%"))
|
||||
|
||||
Reference in New Issue
Block a user