This commit is contained in:
2023-03-07 12:12:37 +08:00
parent d8b1f7e3e4
commit 6fe5b71e49
2 changed files with 3 additions and 1 deletions

View File

@@ -89,7 +89,7 @@ public abstract class BaseSupportUtils {
.updaterName(getLoginUser().getUsername())
.updateTime(LocalDateTime.now())
.build();
BeanUtils.copyProperties(commonField, t, "enabled", "valid");
BeanUtils.copyProperties(commonField, t, "valid");
return t;
}