INSERT INTO basic_tenant (tenant_udf_id, tenant_name, building_id, company_id, creator_id, modifier_id,create_time, modify_time, flag) VALUES ( #{item.tenantUdfId,jdbcType=VARCHAR}, #{item.tenantName,jdbcType=VARCHAR}, #{item.buildingId,jdbcType=BIGINT}, #{item.companyId,jdbcType=BIGINT}, #{item.creatorId,jdbcType=BIGINT}, #{item.modifierId,jdbcType=BIGINT}, #{item.createTime,jdbcType=BIGINT}, #{item.modifyTime,jdbcType=BIGINT}, #{item.flag,jdbcType=INTEGER} )