去掉公众号小程序,加快启动速度 #271
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user