覆盖验证

This commit is contained in:
zhn
2023-08-29 14:23:33 +08:00
parent 854fe491aa
commit 044e1ea8c7
@@ -295,6 +295,7 @@ public class ProjectRxswinEOServiceImpl extends ServiceImpl<ProjectRxswinEOMappe
//新增的
LambdaQueryWrapper<ProjectRxswinEO> wrapper = new LambdaQueryWrapper<>();
wrapper.eq(ProjectRxswinEO::getProjectId, projectId);
wrapper.in(ProjectRxswinEO::getId, Arrays.asList(ids.split(",")));
List<ProjectRxswinEO> rxswinEOList = this.list(wrapper);