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

[BE] 이슈 다중 상태 변경 #161

Merged
merged 3 commits into from
Aug 17, 2023
Merged

Conversation

23Yong
Copy link

@23Yong 23Yong commented Aug 17, 2023

Issues

What is this PR? 👓

이슈 다중 상태 변경에 대한 PR입니다.

Key changes 🔑

  • 이슈를 다중으로 열고 닫을 수 있도록 했습니다.

To reviewers 👋

@23Yong 23Yong added enhancement New feature or request back-end labels Aug 17, 2023
@23Yong 23Yong added this to the [BE] Sprint #4 milestone Aug 17, 2023
Copy link

@HyowonSin HyowonSin left a comment

Choose a reason for hiding this comment

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

깰꼼합니다~

Copy link
Collaborator

@tjdqls1200 tjdqls1200 left a comment

Choose a reason for hiding this comment

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

코드 잘 봤습니다! 수고하셨습니다~

public void updateAllIssue(OpenState openState, List<Integer> issueIds) {
String sql = "UPDATE issue SET is_open = :openState WHERE id = :issueId";
List<MapSqlParameterSource> params = new ArrayList<>();
for (Integer issueId : issueIds) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

배치 업데이트 좋네요..!

@23Yong 23Yong merged commit 9d0c4c2 into be-w4 Aug 17, 2023
1 check passed
@23Yong 23Yong deleted the be/feature/#157-multiple_modify_issue branch August 17, 2023 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants