Skip to content

Commit

Permalink
Audit-store support the feature of audit-version
Browse files Browse the repository at this point in the history
  • Loading branch information
doleyzi committed Apr 15, 2024
1 parent e0b552f commit c406997
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
values (#{ip,jdbcType=VARCHAR}, #{dockerId,jdbcType=VARCHAR}, #{threadId,jdbcType=VARCHAR},
#{sdkTs,jdbcType=TIMESTAMP}, #{packetId,jdbcType=BIGINT}, #{logTs,jdbcType=TIMESTAMP},
#{inlongGroupId,jdbcType=VARCHAR}, #{inlongStreamId,jdbcType=VARCHAR}, #{auditId,jdbcType=VARCHAR},
#{auditTag,jdbcType=VARCHAR},#{audit_version,jdbcType=BIGINT},
#{auditTag,jdbcType=VARCHAR},#{auditVersion,jdbcType=BIGINT},
#{count,jdbcType=BIGINT}, #{size,jdbcType=BIGINT}, #{delay,jdbcType=BIGINT})
</insert>
</mapper>

0 comments on commit c406997

Please sign in to comment.