mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
Synchronization code
This commit is contained in:
parent
1ff974406b
commit
a3d5d9f947
@ -81,6 +81,10 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
if (this.IsAnyTran())
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
using (OpenAlways())
|
using (OpenAlways())
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user