select id, version, production_time, quantity, not_entered_num, instructions, create_time, parent_id, ancestors, remark from et_hardware_version insert into et_hardware_version id, version, production_time, quantity, not_entered_num, instructions, create_time, parent_id, ancestors, remark, #{id}, #{version}, #{productionTime}, #{quantity}, #{notEnteredNum}, #{instructions}, #{createTime}, #{parentId}, #{ancestors}, #{remark}, update et_hardware_version version = #{version}, production_time = #{productionTime}, quantity = #{quantity}, not_entered_num = #{notEnteredNum}, instructions = #{instructions}, create_time = #{createTime}, parent_id = #{parentId}, ancestors = #{ancestors}, remark = #{remark}, where id = #{id} delete from et_hardware_version where id = #{id} delete from et_hardware_version where id in #{id}