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,