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