Optimization method

This commit is contained in:
sunkaixuan 2024-03-04 20:51:56 +08:00
parent c62f3a1bf1
commit 1ff974406b

View File

@ -81,6 +81,10 @@ namespace SqlSugar
{
try
{
if (this.IsAnyTran())
{
return true;
}
using (OpenAlways())
{
return true;