|
|
|
@ -7,6 +7,7 @@
|
|
|
|
|
<result property="infoType" column="INF_TYPE"/>
|
|
|
|
|
<result property="infoKey" column="INF_KEY"/>
|
|
|
|
|
<result property="subType" column="SUB_TYPE"/>
|
|
|
|
|
<result property="subCode" column="SUB_CODE"/>
|
|
|
|
|
<result property="name" column="FILE_NM"/>
|
|
|
|
|
<result property="path" column="FILE_PATH"/>
|
|
|
|
|
<result property="url" column="URL"/>
|
|
|
|
@ -75,6 +76,7 @@ INSERT INTO TB_FILE (
|
|
|
|
|
, INF_TYPE
|
|
|
|
|
, INF_KEY
|
|
|
|
|
, SUB_TYPE
|
|
|
|
|
, SUB_CODE
|
|
|
|
|
, FILE_NM
|
|
|
|
|
, FILE_PATH
|
|
|
|
|
, MIME_TYPE
|
|
|
|
@ -89,6 +91,7 @@ INSERT INTO TB_FILE (
|
|
|
|
|
, #{file.infoType}
|
|
|
|
|
, #{file.infoKey}
|
|
|
|
|
, #{file.subType}
|
|
|
|
|
, #{file.subCode}
|
|
|
|
|
, #{file.name}
|
|
|
|
|
, #{file.path}
|
|
|
|
|
, #{file.mimeType}
|
|
|
|
|