Merge branch 'LC044:master' into master

This commit is contained in:
STDquantum
2024-01-05 22:15:03 +08:00
committed by GitHub
9 changed files with 55 additions and 57 deletions

View File

@@ -47,7 +47,7 @@ class MicroMsg:
FROM Contact
INNER JOIN ContactHeadImgUrl ON Contact.UserName = ContactHeadImgUrl.usrName
LEFT JOIN ContactLabel ON Contact.LabelIDList = ContactLabel.LabelId
WHERE (Type!=4)
WHERE (Type!=4 AND VerifyFlag=0)
AND NickName != ''
ORDER BY
CASE