|
|
@@ -27,7 +27,7 @@
|
|
|
(#{id,jdbcType=VARCHAR}, #{subject,jdbcType=VARCHAR}, #{ownerId,jdbcType=VARCHAR}, #{ownerName,jdbcType=VARCHAR},
|
|
|
#{messageType,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{canreply,jdbcType=NUMERIC}, #{isPublic,jdbcType=NUMERIC},
|
|
|
#{content,jdbcType=CLOB}, #{fileMsg,jdbcType=VARCHAR}, #{tenantId,jdbcType=VARCHAR}, #{tableId,jdbcType=VARCHAR},
|
|
|
- #{tableName,jdbcType=VARCHAR}, #{taskId,jdbcType=VARCHAR},#{content,jdbcType=CLOB})
|
|
|
+ #{tableName,jdbcType=VARCHAR}, #{taskId,jdbcType=VARCHAR},#{skipTypeMsg,jdbcType=CLOB})
|
|
|
</insert>
|
|
|
|
|
|
<select id="get" parameterType="java.lang.String" resultMap="InnerMessage">
|