mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update Insertable
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user