Update Insertable

This commit is contained in:
sunkaixuan 2020-09-26 18:35:17 +08:00
parent cfd8e04eb1
commit fe7b7cc4a2

View File

@ -79,7 +79,7 @@ namespace SqlSugar
}
}
sb.AppendLine(" )t");
this.Ado.GetInt(sb.ToString());
this.Ado.SqlQuery<int>(sb.ToString());
}
InsertBuilder.OracleSeqInfoList.Add(seqName, seqBeginValue);
}