mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 02:08:15 +08:00
Pre Merge pull request !507 from 秋辞未寒/dev_beancp
This commit is contained in:
commit
a92480339b
@ -318,7 +318,7 @@ public class WorkflowUtils {
|
||||
String fieldValue = ReflectUtils.invokeGetter(o, fieldName).toString();
|
||||
if (!CollUtil.isEmpty(wfDefinitionConfigVoList)) {
|
||||
wfDefinitionConfigVoList.stream().filter(e -> e.getDefinitionId().equals(fieldValue)).findFirst().ifPresent(e -> {
|
||||
ReflectUtils.invokeSetter(o, WF_DEFINITION_CONFIG_VO, BeanUtil.toBean(e, WfDefinitionConfigVo.class));
|
||||
ReflectUtils.invokeSetter(o, WF_DEFINITION_CONFIG_VO, e);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user