mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-16 04:59:34 +08:00
Optimized code
This commit is contained in:
parent
6251099e26
commit
5d90d46d6c
@ -386,6 +386,10 @@ namespace SqlSugar
|
||||
column.Length = 200;
|
||||
}
|
||||
}
|
||||
if (column.IsPrimarykey && column.IsOnlyIgnoreUpdate)
|
||||
{
|
||||
column.IsOnlyIgnoreUpdate = false;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user