fix 复制后条款的译文没有了

This commit is contained in:
lijiarao
2024-08-15 13:35:23 +08:00
parent c6f1def54a
commit 0a203dd43e
@@ -91,6 +91,7 @@
<if test="type != null" >type,</if>
<if test="itemId != null" >item_id,</if>
<if test="itemContent != null" >item_content,</if>
<if test="translation != null" >translation,</if>
<if test="validFlag != null" >valid_flag,</if>
<if test="creationUser != null" >creation_user,</if>
<if test="creationTime != null" >creation_time,</if>
@@ -105,6 +106,7 @@
<if test="type != null" >#{type, jdbcType=VARCHAR},</if>
<if test="itemId != null" >#{itemId, jdbcType=VARCHAR},</if>
<if test="itemContent != null" >#{itemContent, jdbcType=CLOB},</if>
<if test="translation != null" >#{translation, jdbcType=CLOB},</if>
<if test="validFlag != null" >#{validFlag, jdbcType=INTEGER},</if>
<if test="creationUser != null" >#{creationUser, jdbcType=VARCHAR},</if>
<if test="creationTime != null" >#{creationTime, jdbcType=TIMESTAMP},</if>