升级最新依赖
This commit is contained in:
@@ -48,7 +48,7 @@ public interface BpmTaskConvert {
|
||||
return null;
|
||||
}
|
||||
try {
|
||||
T newInstance = target.newInstance();
|
||||
T newInstance = target.getDeclaredConstructor().newInstance();
|
||||
BeanUtils.copyProperties(source, newInstance);
|
||||
return newInstance;
|
||||
} catch (Exception e) {
|
||||
|
Reference in New Issue
Block a user