WIDESEAWCS_Server/WIDESEAWCS_Core/AOP/SqlSugarAop.cs
@@ -100,6 +100,14 @@ } } } if (entityInfo.EntityValue is IBaseHistoryEntity baseHistoryEntity) { if (entityInfo.OperationType == DataFilterType.InsertByObject && entityInfo.PropertyName == nameof(IBaseHistoryEntity.InsertTime)) { baseHistoryEntity.InsertTime = DateTime.Now; } } } } }