select id, user_name, login_time, count, type from js_user_login_count
insert into js_user_login_count
id,user_name,login_time,count,type,#{id},#{userName},#{loginTime},#{count},#{type},
update js_user_login_count
user_name = #{userName},login_time = #{loginTime},count = #{count},type = #{type},
where id = #{id}
delete from js_user_login_count where id = #{id}
delete from js_user_login_count where id in
#{id}