๊ฒ์ํ ํ๋ก์ ํธ - ๋๊ธ ๋ฑ๋ก ๋ฐ ์กฐํ
board_detail.html์์ ๋๊ธ ์
๋ ฅ ๊ฐ๋ฅ, ๋๊ธ ๋ฆฌ์คํธ ์กฐํ ๋์ด์ผ ํจ. ๋๊ธ ์
๋ ฅ ๊ธฐ๋ฅ ๋๊ธ ์
๋ ฅ์ฐฝ ๋ง๋ค๊ธฐ ๋๊ธ replymapper์์ ๋๊ธ ๋ฑ๋ก insert๋ฌธ ์์ฑ INSERT INTO SPRING_REPLY ( REPLY_NUM , REPLY_CONTENT , REPLY_WIRTER , BOARD_NUM ) VALUES ( (SELECT 'REPLY_'||LPAD(NVL(MAX(TO_NUMBER(SUBSTR(REPLY_NUM, 7))), 0) + 1, 3, '0') FROM SPRING_REPLY) , #{replyContent} , #{replyWriter} , #{boardNum} ) ReplyService์ ๋ฉ์๋ ์์ฑ //๋๊ธ ๋ฑ๋ก void insertReply(ReplyVO r..
2023.03.20