提交 2cf914b7 编写于 作者: A ascrutae

修复bug

上级 40d514ed
......@@ -48,7 +48,7 @@ public class UsersChangedDetectionThread extends Thread {
private boolean checkUserNumber() throws SQLException {
String currentUserIdsEncryptedStr = MD5Encryption.getEncryption(AlarmMessageDao.selectAllUserIds().toString());
if (userIdsEncryptedStr == currentUserIdsEncryptedStr) {
if (userIdsEncryptedStr.equals(currentUserIdsEncryptedStr)) {
return false;
}
userIdsEncryptedStr = currentUserIdsEncryptedStr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册