From 8acdbcfbe06832f35963201c5bacd86dc3e7092d Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期一, 14 十月 2024 10:54:20 +0800 Subject: [PATCH] WCS --- 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/AOP/SqlSugarAop.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/AOP/SqlSugarAop.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/AOP/SqlSugarAop.cs" index 5fde8d1..7382007 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/AOP/SqlSugarAop.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/AOP/SqlSugarAop.cs" @@ -28,7 +28,7 @@ } } - if (entityInfo.OperationType == DataFilterType.UpdateByObject) + else if (entityInfo.OperationType == DataFilterType.UpdateByObject) { baseEntity.ModifyDate = DateTime.Now; } -- Gitblit v1.9.3