mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-20 10:50:48 +08:00
10.9.66
This commit is contained in:
@@ -62,7 +62,7 @@ public class SugarAopService : ISugarAopService
|
||||
if (ex.Parameters == null) return;
|
||||
Console.ForegroundColor = ConsoleColor.Red;
|
||||
DbContext.WriteLog($"{config.ConfigId}库操作异常");
|
||||
DbContext.WriteErrorLogWithSql(UtilMethods.GetNativeSql(ex.Sql, (SugarParameter[])ex.Parameters));
|
||||
DbContext.WriteErrorLogWithSql(UtilMethods.GetNativeSql(ex.Sql, (IReadOnlyList<SugarParameter>)ex.Parameters));
|
||||
NewLife.Log.XTrace.WriteException(ex);
|
||||
Console.ForegroundColor = ConsoleColor.White;
|
||||
};
|
||||
|
@@ -1,9 +1,9 @@
|
||||
<Project>
|
||||
|
||||
<PropertyGroup>
|
||||
<PluginVersion>10.9.65</PluginVersion>
|
||||
<ProPluginVersion>10.9.65</ProPluginVersion>
|
||||
<DefaultVersion>10.9.65</DefaultVersion>
|
||||
<PluginVersion>10.9.66</PluginVersion>
|
||||
<ProPluginVersion>10.9.66</ProPluginVersion>
|
||||
<DefaultVersion>10.9.66</DefaultVersion>
|
||||
<AuthenticationVersion>2.9.24</AuthenticationVersion>
|
||||
<SourceGeneratorVersion>10.9.24</SourceGeneratorVersion>
|
||||
<NET8Version>8.0.18</NET8Version>
|
||||
|
Reference in New Issue
Block a user