mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 04:35:29 +08:00
Update SqlExecuteCount/Time
This commit is contained in:
parent
18f99aeab4
commit
c2aa975b08
@ -1726,6 +1726,9 @@ namespace SqlSugar
|
||||
}
|
||||
protected void InitParameters(ref string sql, SugarParameter[] parameters)
|
||||
{
|
||||
this.SqlExecuteCount = 0;
|
||||
this.BeforeTime = DateTime.MinValue;
|
||||
this.AfterTime = DateTime.MinValue;
|
||||
if (parameters.HasValue())
|
||||
{
|
||||
foreach (var item in parameters)
|
||||
|
Loading…
Reference in New Issue
Block a user