Commit d26231e4 authored by 赵啸非's avatar 赵啸非

添加窗口编码

parent c065bbdc
......@@ -250,7 +250,7 @@ public class WindowOwnerServiceImpl extends AbstractCRUDServiceImpl<WindowOwnerD
windowOwnerQuery.setIdList(Arrays.asList(ids));
List<WindowOwnerEntity> windowOwnerEntities = this.find(windowOwnerQuery);
List<Long> collect = windowOwnerEntities.stream().map(item -> item.getWindowId()).collect(Collectors.toList());
List<Long> collect = windowOwnerEntities.stream().map(item -> item.getStaffId()).collect(Collectors.toList());
if (!ObjectUtils.isEmpty(collect)) {
WindowOwnerDetailQuery detailQuery = new WindowOwnerDetailQuery();
detailQuery.ownerIdList(collect);
......
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