This commit is contained in:
jianzhichu
2026-01-24 15:51:45 +08:00
parent 3f6b1874eb
commit e92e290a4e
10 changed files with 60 additions and 31 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ namespace dy.net.service
else
{
int update = await sqlSugarClient.Updateable(config).ExecuteCommandAsync();
int update = await sqlSugarClient.Updateable(config).IgnoreColumns(x => new { x.IsFirstRunning }).ExecuteCommandAsync();
return update > 0;
}