mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +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());
|
||||
}
|
||||
else if (pkColumn.UnderType == UtilConstants.IntType)
|
||||
{
|
||||
SetError(pkColumn, insertData);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
SetError(pkColumn, insertData);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user