mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update Bug
This commit is contained in:
parent
c8fb73a451
commit
44e074b514
@ -69,7 +69,7 @@ namespace SqlSugar
|
||||
if (nextLength > 0)
|
||||
{
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.AppendLine(" select Seq_Id.nextval,t.* from (");
|
||||
sb.AppendLine(" select "+ seqName + ".nextval,t.* from (");
|
||||
for (int i = 0; i < nextLength; i++)
|
||||
{
|
||||
sb.AppendLine(" select 1 from dual");
|
||||
|
Loading…
Reference in New Issue
Block a user