mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-20 09:28:53 +08:00
-
This commit is contained in:
parent
3d10168649
commit
9e30f80f56
@ -2,7 +2,7 @@
|
|||||||
<package >
|
<package >
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>SqlSugarCore</id>
|
<id>SqlSugarCore</id>
|
||||||
<version>5.1.4.200-preview01</version>
|
<version>5.1.4.200-preview02</version>
|
||||||
<authors>sunkaixuan</authors>
|
<authors>sunkaixuan</authors>
|
||||||
<owners>果糖大数据科技</owners>
|
<owners>果糖大数据科技</owners>
|
||||||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
||||||
|
|||||||
@ -127,7 +127,7 @@ namespace SqlSugar
|
|||||||
eventAction += action;
|
eventAction += action;
|
||||||
Db.TempItems[TranSuccessEvent] = eventAction;
|
Db.TempItems[TranSuccessEvent] = eventAction;
|
||||||
}
|
}
|
||||||
else
|
else if(Db.TempItems != null)
|
||||||
{
|
{
|
||||||
Db.TempItems[TranSuccessEvent] = action;
|
Db.TempItems[TranSuccessEvent] = action;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user