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