select construct_id, activity_theme, activity_profile, personnel_type, personnel_list, construct_time, place, stu_number, activity_photo, audit_status, edit_opinion, event_promoter,user_name,active_package from srs_staff_one_stop_community_construction insert into srs_staff_one_stop_community_construction activity_theme, activity_profile, personnel_type, personnel_list, construct_time, place, stu_number, activity_photo, audit_status, edit_opinion, event_promoter, user_name, active_package, #{activityTheme}, #{activityProfile}, #{personnelType}, #{personnelList}, #{constructTime}, #{place}, #{stuNumber}, #{activityPhoto}, #{auditStatus}, #{editOpinion}, #{eventPromoter}, #{userName}, #{activePackage}, update srs_staff_one_stop_community_construction activity_theme = #{activityTheme}, activity_profile = #{activityProfile}, personnel_type = #{personnelType}, personnel_list = #{personnelList}, construct_time = #{constructTime}, place = #{place}, stu_number = #{stuNumber}, activity_photo = #{activityPhoto}, audit_status = #{auditStatus}, edit_opinion = #{editOpinion}, event_promoter = #{eventPromoter}, user_name = #{userName}, active_package = #{activePackage}, where construct_id = #{constructId} delete from srs_staff_one_stop_community_construction where construct_id = #{constructId} delete from srs_staff_one_stop_community_construction where construct_id in #{constructId}