id, user_id, content, create_dt,res_ip
insert into ba_log (user_id, content, create_dt,res_ip
)
values (#{userId,jdbcType=BIGINT}, #{content,jdbcType=VARCHAR}, #{createDt,jdbcType=TIMESTAMP}
, #{resIp,jdbcType=VARCHAR}
)
insert into ba_log
user_id,
content,
create_dt,
res_ip,
#{userId,jdbcType=BIGINT},
#{content,jdbcType=VARCHAR},
#{createDt,jdbcType=TIMESTAMP},
#{resIp,jdbcType=VARCHAR},