From 0a203dd43ea3ecf5298fb977fa49457e0404200d Mon Sep 17 00:00:00 2001 From: lijiarao Date: Thu, 15 Aug 2024 13:35:13 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=A4=8D=E5=88=B6=E5=90=8E=E6=9D=A1?= =?UTF-8?q?=E6=AC=BE=E7=9A=84=E8=AF=91=E6=96=87=E6=B2=A1=E6=9C=89=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/split/mapper/xml/SarFileSplitItemsValEOMapper.xml | 2 ++ 1 file changed, 2 insertions(+) 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},