mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-22 03:27:36 +08:00
Support binding time
This commit is contained in:
@@ -204,6 +204,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
if (dataAfterFunc != null)
|
if (dataAfterFunc != null)
|
||||||
{
|
{
|
||||||
|
((AdoProvider)context.Ado).AfterTime = DateTime.Now;
|
||||||
var entity = context.EntityMaintenance.GetEntityInfo<T>();
|
var entity = context.EntityMaintenance.GetEntityInfo<T>();
|
||||||
foreach (var item in result)
|
foreach (var item in result)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user