id, `name`, `type`, ip_address, properties, business_id, description, `status`, create_time, create_user_id, update_time, update_user_id, is_deleted d.id, d.`name`, d.`type`, d.ip_address, d.properties, d.business_id, ds.name as businessName, d.description, d.`status`, d.create_time, d.create_user_id, d.update_time, d.update_user_id insert into business_data_source (id, `name`, `type`, ip_address, properties, business_id, description, `status`, create_time, create_user_id, update_time, update_user_id, is_deleted) values (#{item.id,jdbcType=BIGINT}, #{item.name,jdbcType=VARCHAR}, #{item.type,jdbcType=VARCHAR}, #{item.ipAddress,jdbcType=VARCHAR}, #{item.properties,jdbcType=LONGVARCHAR}, #{item.businessId,jdbcType=BIGINT}, #{item.description,jdbcType=LONGVARCHAR}, #{item.status,jdbcType=INTEGER}, #{item.createTime,jdbcType=TIMESTAMP}, #{item.createUserId,jdbcType=BIGINT}, #{item.updateTime,jdbcType=TIMESTAMP}, #{item.updateUserId,jdbcType=BIGINT}, #{item.isDeleted,jdbcType=INTEGER})