mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 07:23:41 +09:00
공지사항 수정 pop 오픈시 null 값에 split 되는 부분 수정
This commit is contained in:
@@ -133,11 +133,13 @@
|
||||
|
||||
<!-- 공지사항 채번 -->
|
||||
<select id="insertNoticeNtNo" resultType="int">
|
||||
/* homeMgt-mapper.xml (insertNoticeNtNo) */
|
||||
SELECT LAST_INSERT_ID()
|
||||
</select>
|
||||
|
||||
<!-- 공지사항 파일 등록 -->
|
||||
<insert id="insertNoticeFile" parameterType="kr.co.uplus.ez.api.homeMgt.dto.InsertNoticeFileDto">
|
||||
/* homeMgt-mapper.xml (insertNoticeFile) */
|
||||
INSERT INTO
|
||||
hubez_common.EZ_BBS_FATC (
|
||||
BBS_DIV_CD,
|
||||
|
||||
Reference in New Issue
Block a user