Commit 6773d17b authored by tangwei's avatar tangwei

解决冲突

parents f3bd5b46 e20393d3
......@@ -218,6 +218,7 @@ public class CheckServiceImpl implements ICheckService {
return new PageImpl<>(content, param, total);
}
content = checkMapper.getCheckInfoNew(param);
if (!CollectionUtils.isEmpty(content)) {
Set<String> userIds = Sets.newHashSet(Lists.transform(content, CheckInfoVo::getUserId));
Set<String> deptIds = Sets.newHashSet(Lists.transform(content, CheckInfoVo::getDepId));
......@@ -245,6 +246,7 @@ public class CheckServiceImpl implements ICheckService {
e.setUserName(Joiner.on(",").join(userNames));
});
}
return new PageImpl<>(content, param, total);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment