From a2477eda587344f0a6a73224986819ac52b12562 Mon Sep 17 00:00:00 2001 From: lijiarao Date: Thu, 15 Aug 2024 14:45:10 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=9D=A1=E6=AC=BE=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=EF=BC=8C=E6=B2=A1=E6=9C=89=E8=AF=91=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/xml/SarFileSplitItemsValEOMapper.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/laws-modules/src/main/java/com/jero/modules/split/mapper/xml/SarFileSplitItemsValEOMapper.xml b/laws-modules/src/main/java/com/jero/modules/split/mapper/xml/SarFileSplitItemsValEOMapper.xml index a2ab847e..dba63225 100644 --- a/laws-modules/src/main/java/com/jero/modules/split/mapper/xml/SarFileSplitItemsValEOMapper.xml +++ b/laws-modules/src/main/java/com/jero/modules/split/mapper/xml/SarFileSplitItemsValEOMapper.xml @@ -7,6 +7,7 @@ + @@ -19,7 +20,7 @@ - id, type, item_id, item_content, valid_flag, creation_user, creation_time, modify_time, modify_user, display_seq,img_name,index_item + id, type, item_id, item_content, translation, valid_flag, creation_user, creation_time, modify_time, modify_user, display_seq,img_name,index_item @@ -124,6 +125,7 @@ set type = #{type}, item_id = #{itemId}, item_content = #{itemContent}, + translation = #{translation}, valid_flag = #{validFlag}, creation_user = #{creationUser}, creation_time = #{creationTime}, @@ -146,6 +148,9 @@ item_content = #{itemContent}, + + translation = #{translation}, + valid_flag = #{validFlag}, @@ -228,7 +233,7 @@ insert into SAR_FILE_SPLIT_ITEMS_VAL - (id, type, item_id, valid_flag, creation_user, creation_time, modify_time, modify_user, display_seq, img_name, item_content, index_item) + (id, type, item_id, valid_flag, creation_user, creation_time, modify_time, modify_user, display_seq, img_name, item_content, translation, index_item) values ( #{item.id, jdbcType=VARCHAR}, #{item.type, jdbcType=VARCHAR}, @@ -238,6 +243,7 @@ #{item.modifyUser, jdbcType=VARCHAR}, #{item.displaySeq, jdbcType=INTEGER}, #{item.imgName, jdbcType=INTEGER}, #{item.itemContent, jdbcType=CLOB}, + #{item.translation, jdbcType=CLOB}, #{item.indexItem, jdbcType=INTEGER}) @@ -268,6 +274,7 @@ update SAR_FILE_SPLIT_ITEMS_VAL item_content = #{item.itemContent, jdbcType=VARCHAR}, + translation = #{item.translation, jdbcType=VARCHAR}, modify_time = #{item.modifyTime, jdbcType=TIMESTAMP}, modify_user = #{item.modifyUser, jdbcType=VARCHAR}, display_seq = #{item.displaySeq, jdbcType=INTEGER}, @@ -283,6 +290,7 @@ item_id = #{item.itemId, jdbcType=VARCHAR}, item_content = #{item.itemContent, jdbcType=VARCHAR}, + translation = #{item.translation, jdbcType=VARCHAR}, modify_time = #{item.modifyTime, jdbcType=TIMESTAMP}, modify_user = #{item.modifyUser, jdbcType=VARCHAR}, display_seq = #{item.displaySeq, jdbcType=INTEGER}, @@ -318,6 +326,7 @@ item_id, type, item_content, + translation, display_seq, valid_flag, img_name,