mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-31 15:56:25 +08:00
Update Insertable
This commit is contained in:
parent
cfd8e04eb1
commit
fe7b7cc4a2
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user