Skip to content

Commit

Permalink
fix 联系人搜索bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoyaoo committed Sep 3, 2024
1 parent 3f2b341 commit 9e3c730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywxdump/db/dbMicro.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def get_user_list(self, word: str = None, wxids: list = None, label_ids: list =
sql_label = " OR ".join(sql_label)
sql = sql.replace(";", f"AND ({sql_label}) ;")

db_loger.info(f"get_user_list word: {word} sql: {sql}")
db_loger.info(f"get_user_list sql: {sql}")
result = self.execute(sql)
if not result:
return users
Expand Down

0 comments on commit 9e3c730

Please sign in to comment.