select id, door_id, door_name, area__id, area_name, organization_name, organization_id, ip_or_other,port, brand, model, direction, binding_status, create_time, update_time, create_by, update_by, del_flag, identification, status,show_status, new_old_status from mj_fingerprint_read_head
insert into mj_fingerprint_read_head
id,
door_id,
door_name,
area__id,
area_name,
organization_name,
organization_id,
ip_or_other,
port,
brand,
model,
direction,
binding_status,
create_time,
update_time,
create_by,
update_by,
del_flag,
identification,
status,
show_status,
new_old_status,
#{id},
#{doorId},
#{doorName},
#{areaId},
#{areaName},
#{organizationName},
#{organizationId},
#{ipOrOther},
#{port},
#{brand},
#{model},
#{direction},
#{bindingStatus},
#{createTime},
#{updateTime},
#{createBy},
#{updateBy},
#{delFlag},
#{identification},
#{status},
#{showStatus},
#{newOldStatus},
update mj_fingerprint_read_head
door_id = #{doorId},
door_name = #{doorName},
area__id = #{areaId},
area_name = #{areaName},
organization_name = #{organizationName},
organization_id = #{organizationId},
ip_or_other = #{ipOrOther},
port = #{port},
brand = #{brand},
model = #{model},
direction = #{direction},
binding_status = #{bindingStatus},
create_time = #{createTime},
update_time = #{updateTime},
create_by = #{createBy},
update_by = #{updateBy},
del_flag = #{delFlag},
identification = #{identification},
status = #{status},
show_status = #{showStatus},
new_old_status = #{newOldStatus},
where id = #{id}
delete from mj_fingerprint_read_head where id = #{id}
delete from mj_fingerprint_read_head where id in
#{id}