mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-23 02:48:34 +08:00
update 优化 SpEL表达式回显查询条件
This commit is contained in:
@@ -180,6 +180,7 @@ public class FlwSpelServiceImpl implements IFlwSpelService {
|
||||
List<FlowSpel> list = baseMapper.selectList(
|
||||
new LambdaQueryWrapper<FlowSpel>()
|
||||
.select(FlowSpel::getViewSpel, FlowSpel::getRemark)
|
||||
.in(FlowSpel::getViewSpel, viewSpels)
|
||||
);
|
||||
return StreamUtils.toMap(list, FlowSpel::getViewSpel, FlowSpel::getRemark);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user