Update Bug

This commit is contained in:
skx 2020-09-27 11:05:06 +08:00
parent c8fb73a451
commit 44e074b514

View File

@ -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");