升级.net8
This commit is contained in:
@ -28,8 +28,7 @@ namespace HT.Cloud.Service.Event
|
||||
{
|
||||
foreach (var item in DBInitialize.GetConnectionConfigs(false))
|
||||
{
|
||||
string temp = item.ConfigId;
|
||||
db.GetConnection(temp).DefaultConfig();
|
||||
db.GetConnection(item.ConfigId).DefaultConfig();
|
||||
}
|
||||
});
|
||||
await new LogService(dbContext).WriteDbLog(input, user);
|
||||
|
Reference in New Issue
Block a user