Synchronization code

This commit is contained in:
sunkaixuan 2024-03-04 20:52:39 +08:00
parent 1ff974406b
commit a3d5d9f947

View File

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