Skip to content

Commit

Permalink
解决检查用户存在时要求管理密钥的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
DLmaster authored and DLmaster committed Mar 9, 2024
1 parent 6d1c349 commit f78158e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified AUTO_MAA.exe
Binary file not shown.
Binary file modified manage.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def search(id,book):
db.close()
data=[list(row) for row in data]
if len(data)>0:
#转译执行情况、用户状态,对全部信息查询隐去密码
#转译执行情况、用户状态,对全部信息查询与无输出查询隐去密码
curdate=datetime.date.today()
curdate=curdate.strftime('%Y-%m-%d')
for i in range(len(data)):
Expand All @@ -267,7 +267,7 @@ def search(id,book):
data[i][3]="启用"
else:
data[i][3]="禁用"
if id=="all":
if id=="all" or book==0:
data[i][6]="******"
else:
#解密
Expand Down
Binary file modified run.exe
Binary file not shown.

0 comments on commit f78158e

Please sign in to comment.