select * from bd_account
insert into bd_account
account_id,account_name,user_id,create_time,create_by,update_by,update_time,remark,#{accountId},#{accountName},#{userId},#{createTime},#{createBy},#{updateBy},#{updateTime},#{remark},
update bd_account
account_id = #{accountId},account_name = #{accountName},user_id = #{userId},create_time = #{createTime},create_by = #{createBy},update_by = #{updateBy},update_time = #{updateTime},remark = #{remark},
where id = #{id}
delete from bd_account where id = #{id}
delete from bd_account where id in
#{id}