mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Update insert Nav
This commit is contained in:
parent
dc2d485a3b
commit
7755ecfd63
@ -104,13 +104,9 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
SetValue(pkColumn, insertData, () => Guid.NewGuid().ToString());
|
SetValue(pkColumn, insertData, () => Guid.NewGuid().ToString());
|
||||||
}
|
}
|
||||||
else if (pkColumn.UnderType == UtilConstants.IntType)
|
|
||||||
{
|
|
||||||
SetError(pkColumn, insertData);
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
SetError(pkColumn, insertData);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user