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 a4fec6fc..a2ab847e 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
@@ -91,6 +91,7 @@
type,
item_id,
item_content,
+ translation,
valid_flag,
creation_user,
creation_time,
@@ -105,6 +106,7 @@
#{type, jdbcType=VARCHAR},
#{itemId, jdbcType=VARCHAR},
#{itemContent, jdbcType=CLOB},
+ #{translation, jdbcType=CLOB},
#{validFlag, jdbcType=INTEGER},
#{creationUser, jdbcType=VARCHAR},
#{creationTime, jdbcType=TIMESTAMP},