mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 12:33:44 +08:00
!36 update Src/Asp.NetCore2/SqlSugar/Abstract/AdoProvider/AdoProvider.cs.
Merge pull request !36 from Mr劉/N/A
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Data;
|
using System.Data;
|
||||||
@@ -1602,6 +1602,7 @@ namespace SqlSugar
|
|||||||
|
|
||||||
protected void ExecuteErrorEvent(string sql, SugarParameter[] parameters, Exception ex)
|
protected void ExecuteErrorEvent(string sql, SugarParameter[] parameters, Exception ex)
|
||||||
{
|
{
|
||||||
|
this.AfterTime = DateTime.Now;
|
||||||
ErrorEvent(new SqlSugarException(this.Context, ex, sql, parameters));
|
ErrorEvent(new SqlSugarException(this.Context, ex, sql, parameters));
|
||||||
}
|
}
|
||||||
protected void InitParameters(ref string sql, SugarParameter[] parameters)
|
protected void InitParameters(ref string sql, SugarParameter[] parameters)
|
||||||
|
Reference in New Issue
Block a user