m
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user