From 7db3ff68a98b367f4076e5f2dd31284c24d41d7b Mon Sep 17 00:00:00 2001 From: kyebyungha Date: Mon, 18 Apr 2022 12:21:42 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B3=B8=EC=9D=B8=20=EB=8C=93=EA=B8=80?= =?UTF-8?q?=EB=A7=8C=20=EC=88=98=EC=A0=95=20=EC=82=AD=EC=A0=9C=20=EA=B0=80?= =?UTF-8?q?=EB=8A=A5=20=ED=95=A8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/ftl/m/bf_board/view_bf_detail_board.ftl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_detail_board.ftl b/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_detail_board.ftl index 83d5a6a..f852f36 100644 --- a/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_detail_board.ftl +++ b/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_detail_board.ftl @@ -171,10 +171,12 @@

${item['reg_tm']!}

- -
-
-
+ <#if item['member_id']! == model ['rm']['member_id']!> + +
+
+
+
${item['comment']!} @@ -395,7 +397,6 @@ } }); } - debugger; $ct_no = null; $("#reply").val(''); Swal.fire({text:"처리 되었습니다"}) ;