Commit 01c10fc4 by Lee Munkyeong

データクリア対象にアーカイブ追加

parent 623c61f2
......@@ -787,6 +787,7 @@ public class CommunicationLogic extends AbstractLogic {
chatMessageDao.deleteChatMessage();
chatRoomDao.deleteChatRoom();
shopMemberDao.deleteShopMember();
archiveDao.deleteArchiveAllData();
}
public void roomDisplayOff(Integer roomId) {
......
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