|
@@ -4,17 +4,17 @@
|
|
|
|
|
|
<select id="getNoticeList" parameterType="java.util.HashMap" resultType="egovframework.vo.NoticeVO">
|
|
|
SELECT
|
|
|
- boardId as boardId,
|
|
|
+ BOARDID as boardId,
|
|
|
boardNo as boardNo,
|
|
|
categoryCd as categoryCd,
|
|
|
parentBoardNo as parentBoardNo,
|
|
|
- regDate as regDate,
|
|
|
- bSubject as bSubject,
|
|
|
- bContent as bContent,
|
|
|
- bWriter as bWriter,
|
|
|
+ regdate as regDate,
|
|
|
+ bsubject as BSubject,
|
|
|
+ bcontent as BContent,
|
|
|
+ bwriter as BWriter,
|
|
|
attachFile as attachFile,
|
|
|
attachFileId as attachFileId,
|
|
|
- bNotice as bNotice,
|
|
|
+ bnotice as BNotice,
|
|
|
readCount as readCount,
|
|
|
remark as remark
|
|
|
FROM (SELECT A.*,
|
|
@@ -46,12 +46,12 @@
|
|
|
categoryCd as categoryCd,
|
|
|
parentBoardNo as parentBoardNo,
|
|
|
regDate as regDate,
|
|
|
- bSubject as bSubject,
|
|
|
- bContent as bContent,
|
|
|
- bWriter as bWriter,
|
|
|
+ bSubject as BSubject,
|
|
|
+ bContent as BContent,
|
|
|
+ bWriter as BWriter,
|
|
|
attachFile as attachFile,
|
|
|
attachFileId as attachFileId,
|
|
|
- bNotice as bNotice,
|
|
|
+ bNotice as BNotice,
|
|
|
readCount as readCount,
|
|
|
remark as remark
|
|
|
FROM TB_WWW_BOARD
|