select maint_standard_id, maint_standard_code, device_type_id, maint_protocol, operation_description, is_flag, remark, create_by, create_time, update_by, update_time from dms_base_maint_standard insert into dms_base_maint_standard maint_standard_code, device_type_id, maint_protocol, operation_description, is_flag, remark, create_by, create_time, update_by, update_time, #{maintStandardCode}, #{deviceTypeId}, #{maintProtocol}, #{operationDescription}, #{isFlag}, #{remark}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, update dms_base_maint_standard maint_standard_code = #{maintStandardCode}, device_type_id = #{deviceTypeId}, maint_protocol = #{maintProtocol}, operation_description = #{operationDescription}, is_flag = #{isFlag}, remark = #{remark}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, where maint_standard_id = #{maintStandardId} delete from dms_base_maint_standard where maint_standard_id = #{maintStandardId} delete from dms_base_maint_standard where maint_standard_id in #{maintStandardId}