提交 532b7c83 authored 作者: zhouzhigang's avatar zhouzhigang

--no commit message

上级 75a7a9b4
......@@ -140,12 +140,13 @@ public class FgPublicBasicRelationServiceImpl extends BaseServiceImpl<PublicBasi
}
}
voList.forEach(vo ->{
this.queryVo(vo,biddingCycle,query.getData().getId(),vo.getSemester());
});
// voList.stream().filter(a -> a.getSemester().equals(this.getAcr(a.getAcademicLevel(), basicList))).forEach(vo ->{
// this.queryVo(vo,biddingCycle,query.getData().getId(),vo.getSemester());
// });
voList.forEach(vo ->{
this.queryVo(vo,biddingCycle,query.getData().getId(),vo.getSemester());
});
}
}else{
voList = fgBasicTeachingPlanMapper.getList(time,form);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论