WMS/WIDESEA_WMSServer/WIDESEA_Core/AOP/SqlSugarAop.cs
@@ -98,6 +98,15 @@ break; } } } if (entityInfo.EntityValue is IBaseHistoryEntity baseHistoryEntity) { if (entityInfo.OperationType == DataFilterType.InsertByObject && entityInfo.PropertyName == nameof(IBaseHistoryEntity.InsertTime)) { baseHistoryEntity.InsertTime = DateTime.Now; } } }