Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
financial-system
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xianyang
financial-system
Commits
c640004f
Commit
c640004f
authored
Apr 14, 2023
by
xianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化转账列表
parent
b41068f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
guild.py
app/api/statement/guild.py
+0
-4
No files found.
app/api/statement/guild.py
View file @
c640004f
...
...
@@ -150,10 +150,6 @@ def account_thead_task(data):
account
=
LinkMysql
(
env
.
DB_3YV2
)
.
query_mysql
(
account_sql
)
if
account
:
data
[
'transfer_name'
]
=
account
[
0
][
'name'
]
else
:
user_sql
=
f
"select nick_name from v2_user where uuid='{data['transfer_uuid']}' limit 0,1"
user_data
=
LinkMysql
(
env
.
DB_3YV2
)
.
query_mysql
(
user_sql
)
data
[
'transfer_name'
]
=
user_data
[
0
][
'nick_name'
]
if
user_data
else
data
[
'transfer_uuid'
]
def
accout_list_data
(
**
params
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment