select id, hnwe_id, hnwe_ip, door_control_id, create_time, update_time, create_by, update_by, del_flag from mj_open_hnwe
insert into mj_open_hnwe
id,hnwe_id,hnwe_ip,door_control_id,create_time,update_time,create_by,update_by,del_flag,#{id},#{hnweId},#{hnweIp},#{doorControlId},#{createTime},#{updateTime},#{createBy},#{updateBy},#{delFlag},
update mj_open_hnwe
hnwe_id = #{hnweId},hnwe_ip = #{hnweIp},door_control_id = #{doorControlId},create_time = #{createTime},update_time = #{updateTime},create_by = #{createBy},update_by = #{updateBy},del_flag = #{delFlag},
where id = #{id}
delete from mj_open_hnwe where id = #{id}
delete from mj_open_hnwe where id in
#{id}