id, user_id, content, dt,ip
insert into ba_log (user_id, content, dt,ip
)
values (#{userId,jdbcType=BIGINT}, #{content,jdbcType=VARCHAR}, #{dt,jdbcType=TIMESTAMP}
, #{ip,jdbcType=VARCHAR}
)
insert into ba_log
user_id,
content,
dt,
ip,
#{userId,jdbcType=BIGINT},
#{content,jdbcType=VARCHAR},
#{dt,jdbcType=TIMESTAMP},
#{ip,jdbcType=VARCHAR},