Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 修复在首次进行curd,并发时可能出现事件无法触发的问题. #283

Merged
merged 2 commits into from
Apr 11, 2024

Conversation

goten7
Copy link
Contributor

@goten7 goten7 commented Apr 11, 2024

No description provided.

@zhou-hao zhou-hao changed the title fix: 修正初始化非原子操作 fix: 修复在首次进行curd,并发时可能出现事件无法处理的问题. Apr 11, 2024
@zhou-hao zhou-hao changed the title fix: 修复在首次进行curd,并发时可能出现事件无法处理的问题. fix: 修复在首次进行curd,并发时可能出现事件无法触发的问题. Apr 11, 2024
return v;
}
v = new EnumMap<>(EntityEventType.class);
initByEntity(entityType, v, false);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

entityType 替换为 k

@zhou-hao zhou-hao merged commit 50dbeb8 into hs-web:master Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants