insert into xhpc_mechanism (charging_station_id,mechanism_id,source) VALUES #{item},#{mechanismId},#{source} insert into xhpc_community community_id, name, service_preferential, min_people, contact_name, contact_phone, address, dimension, status, del_flag, create_time, create_by, update_time, update_by, remark, #{communityId}, #{name}, #{servicePreferential}, #{minPeople}, #{contactName}, #{contactPhone}, #{address}, #{dimension}, #{status}, #{delFlag}, #{createTime}, #{createBy}, #{updateTime}, #{updateBy}, #{remark}, update xhpc_community name = #{name}, service_preferential = #{servicePreferential}, min_people = #{minPeople}, contact_name = #{contactName}, contact_phone = #{contactPhone}, address = #{address}, address = #{dimension}, address = #{status}, del_flag = #{delFlag}, create_time = #{createTime}, create_by = #{createBy}, update_time = #{updateTime}, update_by = #{updateBy}, remark = #{remark}, where community_id=#{communityId} update xhpc_community set del_flag =1 where community_id=#{communityId}