Commit 2a462020 by Lee Munkyeong

コードミス修正。

parent 1daa74dc
......@@ -733,7 +733,7 @@ public class CommunicationLogic extends AbstractLogic {
for (String userId : userIdArray) {
userIdList.add(Integer.parseInt(userId));
}
chatRoomDao.insertChatRoomUsersForInvite(userIdList, roomId);
chatRoomDao.insertChatRoomUsers(userIdList, roomId);
}
public void insertChatMessage(ChatMessageDto chatMessageDto) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment