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