Commit 05a6747a by Kang Donghun

テストログ削除

parent 45fbb74d
......@@ -165,7 +165,6 @@ public class ChatRoomDao extends AbstractDao {
}
public void changeRoomViewFlg(Integer roomId, Integer viewFlg) {
Logger.d("kdh check " + viewFlg);
update("update t_chat_room set view_flg = ? where chat_room_id = ?", new Object[]{viewFlg, 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